OpenTAP 9.25
API Reference
|
An unidirectional port that is always an input. More...
Public Member Functions | |
InputPort (IResource device, string name) | |
Initializes a new instance of the InputPort class. | |
Public Member Functions inherited from OpenTap.Port | |
Port (IResource device, string name) | |
Initializes a new instance of the Port class. | |
IEnumerable< Port > | GetConnectedPorts () |
Returns a list of the ports that this port has connections to. | |
IEnumerable< Port > | GetActiveConnectedPorts () |
Returns a list of the ports that this port has connections to and that are active. | |
IEnumerable< Connection > | GetConnectionsTo (IResource device) |
Returns a list of connections from this port to a specified device. | |
IEnumerable< Connection > | GetConnectionsTo (Port otherPort) |
Returns a list of connections from this port to a specified port. | |
override string | ToString () |
Returns a string describing this port. More... | |
Additional Inherited Members | |
Properties inherited from OpenTap.Port | |
IResource | Device [get] |
The device (usually an Instrument or Dut) on which this port exists. | |
IEnumerable< Connection > | Connections [get] |
List of Connections connected to this port. | |
string | Name [get] |
The name of this port. (Should be unique among Port objects on the same device/resource). | |
Properties inherited from OpenTap.IConstResourceProperty | |
IResource | Device [get] |
TDevice/resource to which this object belongs. More... | |
string | Name [get] |
Name of this object (should be unique among objects of the same type on the same device/resource). | |
An unidirectional port that is always an input.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24