Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-69
channel.getoutputenable()
This function gets the present output enable attribute for a channel.
Instrument reset
Channel reset
Recall setup
Create configuration script
Save setup
Usage
outputEnable = channel.getoutputenable("channelList")
Return string of a comma-delimited list of output enable values
String specifying the DAC channels to query, using normal channel list syntax
Details
For DAC channels, output enable indicates whether or not the DAC is driving the output. Response
values are:
• 0: Output enable is OFF
• 1: Output enable is ON
Switch, digital I/O, totalizer, and backplane channels do not have modes. If they included in a range
or slot specifier, they are ignored. If they are specified directly, an error is generated.
Example
print(channel.getoutputenable("slot1"))
Query the state of all DAC channels on slot 1
(assuming a Model 3750 card, this would be
channels 10 and 11).
Output:
0,0
Also see
channel.setoutputenable() (on page 11-95)