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

Collecion of SwitchMatrixPaths that belong to a switch matrix. This is a lazy collection that is only populated with actual SwitchMatrixPath when each element is accessed or the More...

Inherits IEnumerable< SwitchMatrixPath >.

Public Member Functions

 SwitchMatrixPathCollection (Instrument device, int rowCount, int columnCount)
 Creates a new instance of SwitchMatrixPathCollection More...
 
IEnumerator< SwitchMatrixPathGetEnumerator ()
 Returns an enumerator that iterates through the collection.
 

Properties

int RowCount [get]
 Number of row in the switch matrix
 
int ColumnCount [get]
 Number of columns in the switch matrix
 
SwitchMatrixPath this[int row, int column] [get]
 Gets the SwitchMatrixPath corresponding to a particular row and column in the matrix.
 

Detailed Description

Collecion of SwitchMatrixPaths that belong to a switch matrix. This is a lazy collection that is only populated with actual SwitchMatrixPath when each element is accessed or the

Constructor & Destructor Documentation

◆ SwitchMatrixPathCollection()

OpenTap.SwitchMatrixPathCollection.SwitchMatrixPathCollection ( Instrument  device,
int  rowCount,
int  columnCount 
)
inline

Creates a new instance of SwitchMatrixPathCollection

Parameters
device
rowCount
columnCount

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