Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-369
slot[slot].rows.matrix
This attribute returns the number of rows in the matrix on the card in the specified slot.
Usage
value = slot[slot].rows.matrix
Number of rows in the matrix card of the selected slot
Details
This attribute is only available for a slot if the installed card supports matrix channels. If matrix
channels are not available, the return value is nil.
Example
print(slot[4].rows.matrix)
Returns the number of rows in the matrix on
the card in slot 4.
Example output:
1.2000000000e+01
Also see
slot[slot].columns.matrix (on page 11-358)
slot[slot].idn (on page 11-362)
slot[slot].matrix (on page 11-364)
slot[slot].startchannel.*
These attributes indicates whether or not the channel in the specified slot supports a feature and if so, which
channels support the feature.
Usage
value = slot[slot].startchannel.amps
value = slot[slot].startchannel.analogoutput
value = slot[slot].startchannel.digitalio
value = slot[slot].startchannel.isolated
value = slot[slot].startchannel.totalizer
value = slot[slot].startchannel.voltage
The channel number of the starting channel of the group of channels that
supports the feature