OpenTAP 9.25
API 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< SwitchMatrixPath > | GetEnumerator () |
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. | |
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
|
inline |
Creates a new instance of SwitchMatrixPathCollection
device | |
rowCount | |
columnCount |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24