Rohde & Schwarz NGP814 power supply

NGP800 series manual - Page 126

For NGP814.

PDF File Manual, 190 pages, Read Online | Download pdf file

NGP814 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGP800
124User 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
OUTPut:GENeral[:STATe]............................................................................................... 124
OUTPut[:STATe].............................................................................................................125
OUTPut:DELay:DURation............................................................................................... 125
OUTPut:DELay[:STATe].................................................................................................. 126
OUTPut:SELect............................................................................................................. 126
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" on page 124.
Configuration Commands
Loading ...
Loading ...
Loading ...