Slot[Slot].Isolated; Slot[Slot].Matrix - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference

slot[slot].isolated

This attribute indicates if the card in the specified slot supports isolated channels.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
value = slot[slot].isolated
value
slot
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)
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.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
value = slot[slot].matrix
value
slot
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)
Also see
slot[slot].idn
(on page 11-362)
11-364
Affected by
Not applicable
1 if isolated channels are supported
Slot number (1 to 6)
Affected by
Not applicable
1 if matrix channels are supported
Slot number (1 to 6)
Series 3700A System Switch/Multimeter Reference Manual
Where saved
Default value
Not applicable
Not applicable
Query if slot 1 supports isolated channels. If it
does support isolated channels, the output is:
1.000000000e+00
Where saved
Default value
Not applicable
Not applicable
Query if slot 1 supports matrix channels. If it
does support matrix channels, the output is:
1.000000000e+00
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents