Section 9
:
Instrument Control Library (ICL)
Series 3700 System Switch/Multimeter Reference Manual
9-184
Document Number: 3700S-901-01 Rev. A / August 2007
slot[X].startchannel.amps
Example
To query for starting amps channel on Slot 4:
StartAmpsChan = slot[4].startchannel.amps
slot[X].startchannel.isolated
Attribute
The starting channel that supports isolated measurements.
Usage
start = slot[X].startchannel.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 starting channel.
Example
To query for starting isolated channel on Slot 4:
StartIsolatedChan = slot[4].startchannel.isolated
slot[X].startchannel.voltage
Attribute
The starting channel that supports voltage or 2-wire measurements.
Usage
start = slot[X].startchannel.voltage
[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 voltage channels. In these cases, the return value will be nil. If supported,
the return value will be a number representing the starting channel.
Example
To query for starting voltage channel on Slot 4:
StartVoltageChan = slot[4].startchannel.voltage
slot[X].tempsensor
Attribute
Indicates whether a card in slot X supports temperature sensor channels or not.
Usage
temp_sensor = slot[X].tempsensor
[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 temperature sensor channels. In these cases, the return value will be nil..
If temperature sensor channels are supported then, the returned value will be 1.
Example
To query if Slot 1 supports temperature sensor channels:
TempSensors1 = slot[1].tempsensors