Remote control commands
R&S
®
NGP800
131
User Manual 5601.5610.02 ─ 09
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
........................................................................................... 132
............................................................................................... 132
............................................................................................... 133
OUTPut:SRATe[:STATe]
<arg0>[, <Channel list>]
OUTPut:SRATe[:STATe]?
[<Channel list>]
Sets or queries the reduce slew rate option for the selected channel.
Parameters:
<state>
1
Activates reduce slew rate option for the selected channel.
0
Deactivates reduce slew rate option for the selected channel.
Configuration commands