Remote Control Commands
R&S
®
NGA100
86
User Manual 5601.8919.02 ─ 03
Example:
INST OUT1
APPLY "6,2"
Set channel 1 to output 6 V and 2 A.
APPLY?
-> 6, 2
Return voltage and current value of the selected channel.
7.3.6
Output Setting
The
OUTPut
subsystem contains the commands for activating the output channels.
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
OUTPut[:STATe]
<arg0>
This command defines or queries for output state for the previous selected channel.
Parameters:
<arg0>
{OFF | ON | 0 | 1}
Configuration Commands