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.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
value
= slot[
slot
].columns.matrix
value
The number of columns in the matrix
slot
The slot number (1 to 6)
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.80001
Also see
(on page 11-357)
(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.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
commonside
= slot[
slot
].commonsideohms
commonside
Indication of whether or not commonside 4-wire ohm channels are supported
slot
Slot number (1 to 6)
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.
Also see
None