Series 3700 System Switch/Multimeter Reference Manual
Section 9
:
Instrument Control Library (ICL)
Document Number: 3700S-901-01 Rev. A / August 2007
9-25
channel.exclusiveslotclose
Details
for delay time see
channel.setdelay
(on page 9-44)
for connection options, see
channel.connectrule
(on page 9-20) and
channel.connectsequential
(on page 9-20)
for forbidden channels, see channel.clearforbidden, channel.getforbidden, and
channel.setforbidden
for analog backplane relays with channels, see
channel.setbackplane
(on page 9-
42)
for channels associated with a channel see
channel.getimage
(on page 9-30)
for channels associated with a channel pattern see
channel.pattern.getimage
(on
page 9-37)
for channel states (open/close) see
channel.getstate
(on page 9-33)
for closed channels see
channel.getclose
(on page 9-27)
Also see
channel.close
(on page 9-18)
channel.exclusiveclose
(on page 9-21)
channel.open
(on page 9-34)
dmm.close
(on page 9-77)
Example
To only have Channel 3 on Slot 3 closed only close on Slot 3 without effecting any other
slot:
channel.exclusiveslotclose("3003")
To only have Channel 5 closed on slots 1 and 2 only without effecting any other slot:
channel.exclusiveslotclose("1005, 2005")
To only open channels on slots of channels in channel pattern MyRoute:
channel.exclusiveslotclose("MyRoute")
channel.getbackplane
Function
Returns a string listing the analog backplane relays controlled when the specified
channels are used with commands in a switching aspect.
Usage
abuslist = channel.getbackplane(ch_list)
ch_list
:
A string listing the channels being queried.
abuslist
:
A string listing analog backplane relays associated with items in
ch_list.