7 OUTPut Subsystem
42 Keysight U2722A/U2723A Programmer’s Reference
OUTPut[:STATe]
Syntax
OUTPut[:STATe] <mode>, (@<ch>)
This enables or disables the output of the given channel(s).
OUTPut[:STATe]? (@<ch>)
This query command returns a string value representing the status of the output.
Parameters
Returned Query Format
<NR1>
The query command returns 0 if the output is OFF, and 1 if the output is ON.
Examples
The following command turns the output of channel 2 on.
OUTP 1, (@2)
The following query returns the output state of channel 1.
OUTP? (@1)
Typical Response: +1
Item Type Range of values Default value
<ch> NR1 1 through 3 Required parameter
<mode> Bool – OFF or 0: Disables the output
– ON or 1: Enables the output
Required parameter