OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.IResource Interface Reference

Base interface for resources. Specializations include Dut, Instrument and ResultListener. More...

Inheritance diagram for OpenTap.IResource:
OpenTap.IDut OpenTap.IEnabledResource OpenTap.IInstrument OpenTap.IResultListener OpenTap.IResultStore OpenTap.Resource OpenTap.Dut OpenTap.ResultListener OpenTap.IScpiInstrument OpenTap.Instrument OpenTap.IExecutionListener OpenTap.IMergedTableResultListener OpenTap.ResultListener OpenTap.IAttachmentStream OpenTap.IResultStoreNotification OpenTap.IResultTagging OpenTap.Dut OpenTap.Instrument OpenTap.ResultListener

Public Member Functions

void Open ()
 When overridden in a derived class, opens a connection to the resource represented by this class.
 
void Close ()
 When overridden in a derived class, closes the connection made to the resource represented by this class.
 

Properties

string Name [getset]
 A short name to display in the user interface in areas with limited space.
 
bool IsConnected [get]
 Indicates whether this DUT is currently connected. This value should be set by Open() and Close().
 

Detailed Description

Base interface for resources. Specializations include Dut, Instrument and ResultListener.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41