Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-96
3700AS-901-01 Rev. D/June 2018
For DAC channels, changing the output state to on adds an additional channel delay to
channel.setdelay()
.
Channels with output set to off consume less power.
Changing the output setting impacts the power consumption of the card. The instrument verifies that
power is available before changing the mode. If there is insufficient power capability, the command
generates an error. Consult the specific card documentation for information on a channel’s output
characteristics.
For switch, backplane, digital I/O, and totalizer channels, there is no valid output enable value. Setting
output enable on a specific channel generates an error. If one of these channels is in the range of
channels, the channel is ignored.
Example
channel.setoutputenable("1010", channel.OFF)
Assuming a 3750, turns the output off on the
first DAC channel (channel 10) in slot 1.
Also see
(on page 11-69)
channel.setpole()
This function specifies the pole setting for a list of channels.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Instrument reset
Channel reset
Recall setup
Create configuration script
Save setup
Card dependent, but typically 2
(channel.POLES_TWO)
Usage
channel.setpole("
channelList
",
value
)
channelList
String specifying the channels to set, using normal channel list syntax
value
Pole setting for the channels in
channelList
. Use the following:
▪
For one-pole:
channel.POLES_ONE
or
1
▪
For two-pole:
channel.POLES_TWO
or
2
▪
For four-pole:
channel.POLES_FOUR
or
4
Details
The parameter string can contain
allslots
or
slot
X,
where
X
is
1
to
6
.
Channel patterns do not have a pole setting associated with them. For channel patterns, the pole
setting indicates if the paired channel should be used when the pattern is created and the analog
backplane relays must be specified when creating the pattern (with
channel.pattern.setimage()
and
channel.pattern.snapshot()
). Channel patterns get
deleted as the pole settings of the channels in the pattern image get changed.