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
107User Manual 1178.8736.02 ─ 02.01
Example: Configuring the overvoltage protection
// ************************************************
// Set the overvoltage protection value
// ************************************************
INST OUT1
VOLT:PROT 1
//activates the OVP of the previous selected channel
VOLT:PROT:LEV 5
// selects a channel and sets the OVP
VOLT:PROT:LEV?
// queries the output overvoltage value of a channel
// response: 5
VOLT:PROT?
// queries the OVP state of the previous selected channel
// response: 1
VOLT:PROT:LEV MAX
VOLT:PROT:LEV MIN
// sets the overvoltage protection to maximum,
// or minimum respectively
// ************************************************
// Query the range of the overvoltage protection values
// ************************************************
VOLT:PROT:LEV? MIN
// reponse: 0.100
VOLT:PROT:LEV? MAX
// queries the upper and lower limit
// reponse: 20.000
// ************************************************
// Query a tripped overvoltage protection
// ************************************************
INST OUT1
VOLT:PROT:TRIP?
// queries whether the OVP in channel 1 has tripped
// response: 1 OVP is tripped
// response: 0 OVP is not tripped
VOLT:PROT:CLEar
// resets a tripped OVP in the selected channel
// ************************************************
// Set the overvoltage protection mode
// ************************************************
INST OUT1
VOLT:PROT:MODE PROT
// sets OVP protected mode for channel1
VOLT:PROT:MODE PROT?
// queries the OVP mode
// repsonse: "protected"
Configuration Commands










