Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-358 3700AS-901-01 Rev. D/June 2018
slot[slot].columns.matrix
This attribute returns the number of columns in the matrix for the card in the specified slot.
Usage
value = slot[slot].columns.matrix
The number of columns in the matrix
Details
This attribute is only available if the installed plug-in card supports matrix channels. If matrix channels
are not available, the return value is nil.
Example
print(slot[4].columns.matrix)
Returns the number of columns in the matrix
on the card in slot 4 (28).
Example output:
2.800000000e+01
Also see
slot[slot].banks.matrix (on page 11-357)
slot[slot].rows.matrix (on page 11-369)
slot[slot].commonsideohms
This attribute indicates whether a card in the specified slot supports commonside channels for 4-wire resistance
measurements.
Usage
commonside = slot[slot].commonsideohms
Indication of whether or not commonside 4-wire ohm channels are supported
Details
If commonside 4-wire resistance channels are supported, the returned value is 1.
If commonside 4-wire resistance channels are not supported, the return value is nil.
Example
print(slot[1].commonsideohms)
Query if slot 1 supports commonside 4-wire
ohms channels.