Remote control commands
R&S
®
NGU
132
User Manual 1179.2531.02 ─ 03
Example: Activating the channels
You can activate a selected channel and turn on or off the outputs either individually or
all outputs simultaneously. This example lists all ways how you can activate and query
the outputs.
// queries the output state
OUTP?
// response: 1
// ************************************************
// Turn on all selected channels simultaneously
// ************************************************
// sets the voltage and current values
// activates channel
INST:OUT1
VOLT 12
CURR 0.1
OUTP:SEL 1
// turns on the output
OUTP:GEN 1
............................................................................................... 132
............................................................................................... 133
............................................................................................. 135
.......................................................................................... 136
............................................................................................137
......................................................................................... 137
OUTPut:GENeral[:STATe]
<state>
OUTPut:GENeral[:STATe]?
Sets or queries all previous selected channels simultaneously
Parameters:
<state>
0
Switches off previous selected channels simultaneously.
1
Switches on previous selected channels simultaneously.
Example:
See
Example "Activating the channels"
Configuration commands