OUTPut[:STATe]
Syntax
OUTPut[:STATe] <mode>, (@<ch_list>)
OUTPut[:STATe]? (@<ch_list>)
Description
This command disables or enables the output state of the specified channels on the 34951A Isolated DAC Module. When enabled, the corresponding output relay is closed thus enabling signal outputs from the specified channels.
Parameters
Name |
Type |
Range of Values |
Default Value |
<mode> |
Discrete |
{OFF|0|ON|1} |
This is a required parameter |
<ch_list> |
Numeric |
One or more channels in the form (@sccc).
|
This is a required parameter |
Remarks
If multiple channels on the same module are specified, the outputs from these channels will be enabled at the same time. If the channels are on different modules, you may notice some timing differences between the modules.
Since the DAC channels on 34952A Multifunction Module do not implement output relays, this command is not used with that module.
A Factory Reset (*RST command), Instrument Preset (SYSTem:PRESet command), and Card Reset (SYSTem:CPON command) will turn off the output state.
Return Format
The query command returns "0" (OFF) or "1" (ON). Multiple responses are separated by commas.
Examples
The following command enables the output state of DAC channels 1 and 2 in slot 4.
OUTP ON,(@4001,4002)
The following query returns the output state of DAC channels 1 and 2 in slot 4.
OUTP? (@4001,4002)
Typical Response: 1,1