Rohde & Schwarz NGP814 power supply

NGP800 series manual - Page 134

For NGP814.

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

NGP814 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGP800
132User Manual 5601.5610.02 ─ 04
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.100
VOLT:PROT:LEV? MAX
// response: 64.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 channel1
VOLT:PROT:MODE PROT
// queres the OVP mode
VOLT:PROT:MODE PROT?
// response: "protected"
Configuration Commands
Loading ...
Loading ...
Loading ...