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

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

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

channel.getoutputenable()

This function gets the present output enable attribute for a channel.
Type
TSP-Link accessible
Function
Yes
Usage
outputEnable = channel.getoutputenable("channelList")
outputEnable
channelList
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"))
Also see
channel.setoutputenable()
3700AS-901-01 Rev. D/June 2018
Affected by
Where saved
Instrument reset
Create configuration script
Channel reset
Save setup
Recall setup
Return string of a comma-delimited list of output enable values
String specifying the DAC channels to query, using normal channel list syntax
(on page 11-95)
Section 11: TSP command reference
Default value
0
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
11-69

Advertisement

Table of Contents
loading

Table of Contents