Series 3700 System Switch/Multimeter Reference Manual
Section 9
:
Instrument Control Library (ICL)
Document Number: 3700S-901-01 Rev. A / August 2007
9-177
slot[X].commonsideohms
Example
To query if Slot 1 supports common-side 4-wire ohm channels:
CommonSideOhms1 = slot[1].commonsideohms
slot[X].digio
Attribute
Indicates whether a card in slot X supports digital I/O channels or not.
Usage
digio = slot[X].digio
[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 digital I/O channels. In these cases, the return value will be nil. If digital
I/O channels are supported then, the returned value will be 1.
Example
To query if Slot 1 supports digio channels:
Digio1 = slot[1].digio
slot[X].endchannel.amps
Attribute
The ending channel that supports amps measurements.
Usage
end = slot[X].endchannel.amps
[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 amps channels. In these cases, the return value will be nil. If supported,
the return value will be a number representing the ending channel. If only one channel
supports amps then, the ending channel will match the starting channel number.
Example
To query for ending amps channel on Slot 4:
EndAmpsChan = slot[4].endchannel.amps
slot[X].endchannel.isolated
Attribute
The ending channel that supports isolated.
Usage
end = slot[X].endchannel.isolated
[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 isolated channels. In these cases, the return value will be nil. If
supported, the return value will be a number representing the ending channel. If only
one channel supports isolated then, the ending channel will match the starting channel
number.
Example
Query for ending isolated channel on Slot 4:
EndIsolatedChan = slot[4].endchannel.isolated