Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-364 3700AS-901-01 Rev. D/June 2018
slot[slot].isolated
This attribute indicates if the card in the specified slot supports isolated channels.
Usage
value = slot[slot].isolated
1 if isolated channels are supported
Details
This attribute is only available for a slot if the installed card supports the isolated channels. If isolated
channels are not available, the return value is nil.
Example
IsolatedChan1 = slot[1].isolated
print(IsolatedChan1)
Query if slot 1 supports isolated channels. If it
does support isolated channels, the output is:
1.000000000e+00
Also see
slot[X].idn (on page 11-362)
slot[slot].matrix
This attribute indicates if the card in the specified slot supports matrix channels.
Usage
value = slot[slot].matrix
1 if matrix channels are supported
Details
This attribute is only available for a slot if a card is installed and if the installed card supports matrix
channels. If matrix channels are not available, the return value is nil.
Example
Matrix1 = slot[1].matrix
print(Matrix1)
Query if slot 1 supports matrix channels. If it
does support matrix channels, the output is:
1.000000000e+00
Also see
slot[slot].idn (on page 11-362)