OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.InputPort Class Reference

An unidirectional port that is always an input. More...

Inheritance diagram for OpenTap.InputPort:
OpenTap.Port OpenTap.IConstResourceProperty

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< PortGetConnectedPorts ()
 Returns a list of the ports that this port has connections to.
 
IEnumerable< PortGetActiveConnectedPorts ()
 Returns a list of the ports that this port has connections to and that are active.
 
IEnumerable< ConnectionGetConnectionsTo (IResource device)
 Returns a list of connections from this port to a specified device.
 
IEnumerable< ConnectionGetConnectionsTo (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< ConnectionConnections [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).

 

Detailed Description

An unidirectional port that is always an input.

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