Keithley 3700 series Reference Manual page 328

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents