Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-90
3700AS-901-01 Rev. D/June 2018
Example 1
channel.setdelay("5001, 5003" , 50e-6)
Sets channels 1 and 3 on slot 5 for a delay
time of 50 µs.
Example 2
channel.setdelay ("slot3", 0)
Sets the channels on slot 3 for 0 delay time.
Also see
(on page 11-61)
channel.setforbidden()
This function prevents the closing of specified channels and analog backplane relays.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Instrument reset
Channel reset
Recall setup
Create configuration script
Save setup
Not forbidden
Usage
channel.setforbidden(
channelList
)
channelList
A string that lists the channels and analog backplane relays to make forbidden to
close
Details
The
channelList
parameter indicates the scope of channels affected and may include:
▪
allslots
or
slot
X
(where
X
equals 1 to 6)
▪
Channel ranges or individual channels
▪
Analog backplane relays
This function prevents all items contained in the channel list parameter from closing. It applies the
"forbidden to close" attribute to the specified channels. To remove the "forbidden to close" attribute,
use
channel.clearforbidden()
.
If a channel that is being set to forbidden is used in a channel pattern, the channel pattern is deleted
when the channel or analog backplane relay is set to forbidden. Note that if the
channelList
parameter includes a channel pattern, the channel pattern will be deleted when the channels in the
patterns are successfully set to forbidden to close.
The channels or analog backplane relays in the
channelList
parameter must be installed in the
instrument.
If the scan list contains a channel or analog backplane relay that is forbidden, the scan list is
invalidated.