User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-260 3700S-901-01 Rev. C / July 2008
slot[X].multiplexer
Remarks
This attribute will not exist for a slot if a card is not installed or the card installed does
not support multiplexer channels. In these cases, the return value will be nil. If
multiplexer channels are supported, the returned value will be 1.
Example
To query if Slot 1 supports multiplexer channels:
MuxChan1 = slot[1].multiplexer
slot[X].poles.four
Attribute
Indicates if the card supports four-pole.
Usage
fourpole = slot[X].poles.four
[X]: Slot number (1 to 6)
Remarks
This attribute will not exist for a slot if a card is not installed or the card installed does
not support four-pole. In these cases, the return value will be nil. If supported, the
return value will be 1.
Example
To query if Slot 3 supports four-pole:
FourPole3 = slot[3].poles.four
slot[X].poles.one
Attribute
Indicates if the card supports one-pole.
Usage
onepole = slot[X].poles.one
[X]: Slot number (1 to 6)
Remarks
This attribute will not exist for a slot if a card is not installed or the card installed does
not support one-pole. In these cases, the return value will be nil. If supported, the
return value will be 1.
Example
To query if Slot 3 supports one-pole:
OnePole3 = slot[3].poles.one
slot[X].poles.two
Attribute
Indicates if the card supports two-pole.
Usage
twopole = slot[X].poles.two
[X]: Slot number (1 to 6)
Remarks
This attribute will not exist for a slot if a card is not installed or the card installed does
not support two-pole. In these cases, the return value will be nil. If supported, the
return value will be 1.
Example
To query if Slot 3 supports two-pole:
TwoPole3 = slot[3].poles.two