OpenTAP 9.34
API Reference
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...

Public Member Functions

 SwitchMatrixPathCollection (Instrument device, int rowCount, int columnCount)
 Creates a new instance of SwitchMatrixPathCollection
 
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.34 API built Wed Jul 1 2026 09:21:15