Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-367
Example
print(slot[3].poles.one)
Query to see if slot 3 supports one-pole
settings for the channels on the card.
Output if card supports one pole:
1.00000
Output if card does not support one pole:
nil
Also see
(on page 11-366)
slot[slot].poles.two
This attribute indicates if a two-pole setting is supported for the channels on the card.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
twoPole
= slot[
slot
].poles.two
twoPole
The return value
slot
Slot number (1 to 6)
Details
This attribute only exists is a card is installed and if the card supports a two-pole setting for the
channels on the card.
If not, the value is
nil
. If supported, the value is
1
.
Example
twoPole3 = slot[3].poles.two
print(twoPole3)
Query to see if slot 3 supports two-pole
settings for the channels on the card.
Output if card supports two pole:
1.00000
Output if card does not support two pole:
nil
Also see
(on page 11-366)
(on page 11-366)
slot[slot].pseudocard
This attribute specifies a pseudocard to implement.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Instrument reset
Power cycle
Configuration script
slot.PSEUDO_NONE