Keithley 3700 series Reference Manual page 321

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

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents