Channel.getforbidden() - Keithley 3700A Series Reference Manual

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

Advertisement

Section 11: TSP command reference
Example 2
patternChannels =
channel.pattern.get("chans")
DelayPatternTimes =
channel.getdelay(patternChannels)
Also see
channel.setdelay()
Data retrieval commands

channel.getforbidden()

This function returns a string listing the channels and analog backplane relays in the channel list that are
forbidden to close.
Type
TSP-Link accessible
Function
Yes
Usage
forbiddenList = channel.getforbidden("channelList")
forbiddenList
channelList
Details
The channelList parameter indicates which channels to check, and may include:
allslots or slotX (where X equals 1 to 6)
Channel ranges or individual channels
Analog backplane relays
Channel patterns
If there are no channels in the scope of the channelList that are on the forbidden list, the string
returned is empty or nil. The format of the channels in the response string is slot, channel for
multiplexer channels or slot, row, column for matrix channels.
Example 1
Forbidden =
channel.getforbidden("allslots")
11-62
(on page 11-89)
(on page 9-3)
Affected by
Instrument reset
Channel reset
Recall setup
Comma-delimited string listing the channels and analog backplane relays in the
channel list that are forbidden to close
A string listing the channels, backplane relays, and channel patterns that are to be
checked to see if they are forbidden to close
Series 3700A System Switch/Multimeter Reference Manual
Gets the delay of the channels in the chans
channel pattern if chans does not contain
backplane relays. If it does contain
backplane relays, you will receive error code
1115, "Parameter error invalid channel type
in channel list."
Where saved
Create configuration script
Save setup
Query for the channels and analog
backplane relays that are forbidden to close
in the instrument.
3700AS-901-01 Rev. D/June 2018
Default value
Permitted to close

Advertisement

Table of Contents
loading

Table of Contents