Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-366 3700AS-901-01 Rev. D/June 2018
slot[slot].poles.four
This attribute indicates if a four-pole setting is supported for the channels on the card.
Usage
fourPole = slot[slot].poles.four
Details
This attribute only exists if a card is installed and if the card supports four-pole settings for the
channels on the card. If not, the value is nil. If supported, the value is 1.
Example
fourPole3 = slot[3].poles.four
print(fourPole3)
Queries if slot 3 supports four-pole settings
for the channels on the card.
Output if card supports four pole:
1.000000000e+00
Output if card does not support four pole:
nil
Also see
slot[slot].poles.one (on page 11-366)
slot[slot].poles.two (on page 11-367)
slot[slot].poles.one
This attribute indicates if a one-pole setting is supported for the channels on the specified card.
Usage
onePole = slot[slot].poles.one
Details
This attribute only exists if a card is installed and if the card supports one-pole settings for the
channels on the card. If not, the value is nil. If supported, the value is 1.