User Manual
Table Of Contents
- R&S NGL200
- Safety Instructions
- Customer Support
- Contents
- 1 Preface
- 2 Welcome to R&S NGL200
- 3 Important Notes
- 4 Getting Started
- 5 Operating Basics
- 6 Instrument Functions
- 7 Remote Control Commands
- Annex
- List of Commands
- Index

Remote Control Commands
R&S
®
NGL200
99User Manual 1178.8736.02 ─ 02.01
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
OUTP:SEL 1
// activates the selected channel
OUTP 1
// activates channel 1 and its output
OUTP?
// queries the output state
// response: 1
// ************************************************
// Turn on all selected channels simultaneously
// ************************************************
INST:OUT1
VOLT 12
CURR 0.1
OUTP:SEL 1
INST:OUT2
VOLT 12
CURR 0.2
OUTP:SEL 1
// selects channels 1 and 2
// sets the voltage and current values for both channels
// activates both channels
OUTP:GEN 1
// turns on the output of both channels
OUTPut:GENeral[:STATe]................................................................................................. 99
OUTPut[:STATe].............................................................................................................100
OUTPut:DELay:DURation............................................................................................... 100
OUTPut:DELay[:STATe].................................................................................................. 100
OUTPut:FTResponse..................................................................................................... 101
OUTPut:IMPedance....................................................................................................... 101
OUTPut:IMPedance:STATe............................................................................................. 102
OUTPut:SELect............................................................................................................. 102
OUTPut:GENeral[:STATe] <state>
OUTPut:GENeral[:STATe]?
Switches ON/OFF or queries all previous selected channels simultaneously
Parameters:
<state> OFF | ON | 0 | 1
OFF | 0
Switches off previous selected channels simultaneously.
Configuration Commands










