Rohde & Schwarz NGM-COM2B Rohde &Schwarz power supply bundle

User manual NGM COM2a - Page 139

For NGM-COM2B.

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

NGM-COM2B photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGL200/NGM200
137User Manual 1178.8736.02 ─ 09
Example: Configuring the overvoltage protection
// ************************************************
// Set the overvoltage protection value
// ************************************************
INST OUT1
//activates the OVP of the previous selected channel
VOLT:PROT 1
// selects a channel and sets the OVP
VOLT:PROT:LEV 5
// queries the output overvoltage value of a channel
VOLT:PROT:LEV?
// response: 5
// queries the OVP state of the previous selected channel
VOLT:PROT?
// response: 1
// sets the overvoltage protection to maximum,
// or minimum respectively
VOLT:PROT:LEV MAX
VOLT:PROT:LEV MIN
// ************************************************
// Query the range of the overvoltage protection values
// ************************************************
// queries the upper and lower limit
VOLT:PROT:LEV? MIN
// response: 0.001
VOLT:PROT:LEV? MAX
// response: 20.050
// ************************************************
// Query a tripped overvoltage protection
// ************************************************
INST OUT1
// queries whether the OVP in channel 1 has tripped
VOLT:PROT:TRIP?
// response: 1 OVP is tripped
// response: 0 OVP is not tripped
// resets a tripped OVP in the selected channel
VOLT:PROT:CLEar
// ************************************************
// Set the overvoltage protection mode
// ************************************************
INST OUT1
// sets OVP protected mode for channel 1
VOLT:PROT:MODE PROT
// queres the OVP mode
VOLT:PROT:MODE PROT?
// response: "protected"
Configuration Commands
Loading ...
Loading ...
Loading ...