Remote Control Commands
R&S
®
NGP800
124
User Manual 5601.5610.02 ─ 04
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.
// ************************************************
// Activate a channel
// ************************************************
INST OUT1
// activates the selected channel
OUTP:SEL 1
// activates channel 1 and its output
OUTP 1
// queries the output state
OUTP?
// response: 1
// ************************************************
// Turn on all selected channels simultaneously
// ************************************************
// selects channels 1 and 2
// sets the voltage and current values for both channels
// activates both channels
INST:OUT1
VOLT 12
CURR 0.1
OUTP:SEL 1
INST:OUT2
VOLT 12
CURR 0.2
OUTP:SEL 1
// turns on the output of both channels
OUTP:GEN 1
............................................................................................... 124
............................................................................................... 125
OUTPut:GENeral[:STATe]
<arg0>
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
www.allice.de
Allice Messtechnik GmbH