Keithley 3700 series Reference Manual page 174

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

Advertisement

Section 9: Instrument Control Library (ICL)
channel.getdelay
Example
channel.getimage
Function
Usage
Remarks
Details
Also see
9-30
To query channels 1 and 3 on Slot 5 for their delay time:
mydelaytime = channel.getdelay("5001, 5003")
To see the delay of the channels comprising a channel pattern call mychans:
PatternChannels = channel.pattern.get("mychans")
MyDelayPatternTimes =
channel.getdelay(PatternChannels)
Query a channel for items associated with that channel when used with a switching
aspect command.
channels = channel.getimage(ch_list)
ch_list: A string representing the channels to query.
channels: A string listing the channels and analog backplane relays associated with the
specified item(s).
An error will be generated if:
a channel pattern is specified
the specified channel is invalid.
channel does not exist on the specified slot.
an empty parameter string is specified.
The parameter string may contain ―slotX‖, where X equals 1 to 6, or ―allslots‖.
The returned string will list the channels in the SCCC or SRCC format. Request for
multiple channels will be delimited by a semicolon. However, commas will delineate the
specific channels and analog backplane relays for an individual channel in the string.
If an error is detected, or the slot is empty, the response will be nil.
To just query for the analog backplane relays associated with a channel use
channel.getbackplane
(on page 9-25).
channel.pattern.getimage
Query commands
(on page 9-5)
channel functions and attributes
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-37)
(on page 9-16)
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents