User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-256 3700S-901-01 Rev. C / July 2008
slot[X].endchannel.amps
Example
To query for ending amps channel on Slot 4:
EndAmpsChan = slot[4].endchannel.amps
slot[X].endchannel.analogoutput
Attribute
The ending channel that supports a digital analog output (DAC).
Usage
end = slot[X].endchannel.analogoutput
[X]: Slot number (1 to 6)
Remarks
This attribute does not exist for a slot if a card is not installed or the card installed
does not support analog output channels. In these cases, the return value is nil. If
supported, the return value is a number representing the ending channel. If only one
channel supports analog output, the ending channel matches the starting channel
number.
Example
Query for ending analog output channel on Slot 4:
EndAnalogoutputChan = slot[4].endchannel.analogoutput
slot[X].endchannel.digitalio
Attribute
The ending channel that supports digital input and output.
Usage
end = slot[X].endchannel.digitalio
[X]: Slot number (1 to 6)
Remarks
This attribute does 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 is nil. If
supported, the return value is a number representing the ending channel. If only one
channel supports digital I/O, the ending channel matches the starting channel
number.
Example
To query for ending digital input channel on Slot 4:
EndDigitalIOChan = slot[4].endchannel.digitalio
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, the ending channel will match the starting channel number.
Example
Query for ending isolated channel on Slot 4:
EndIsolatedChan = slot[4].endchannel.isolated