Remote Control Commands
R&S
®
NGL200/NGM200
126
User Manual 1178.8736.02 ─ 05
Example: Configuring the overpower protection
// ************************************************
// Set the overpower protection value
// ************************************************
INST OUT1
POW:PROT 1
//activates the OPP of the previous selected channel
POW:PROT:LEV 5
// selects a channel and sets the OPP
POW:PROT:LEV?
// queries the output overvoltage value of a channel
// response: 5
POW:PROT?
// queries the OPP state of the previous selected channel
// response: 1
POW:PROT:LEV MAX
POW:PROT:LEV MIN
// sets the overvoltage protection to maximum,
// or minimum respectively
// ************************************************
// Query the range of the overpower protection values
// ************************************************
POW:PROT:LEV? MIN
// reponse: 0.0
POW:PROT:LEV? MAX
// queries the upper and lower limit
// reponse: 60.0
// ************************************************
// Query a tripped overpower protection
// ************************************************
INST OUT1
POW:PROT:TRIP?
// queries whether the OPP in channel 1 has tripped
// response: 1 OPP is tripped
// response: 0 OPP is not tripped
POW:PROT:CLEar
// resets a tripped OPP in the selected channel
[SOURce:]POWer:PROTection[:STATe]
............................................................................ 126
[SOURce:]POWer:PROTection:CLEar
..............................................................................127
[SOURce:]POWer:PROTection:LEVel
...............................................................................127
[SOURce:]POWer:PROTection:TRIPped?
.........................................................................127
[SOURce:]POWer:PROTection[:STATe]
<state>
[SOURce:]POWer:PROTection[:STATe]?
Sets or queries the OPP state of the previous selected channel.
Parameters:
<state>
OFF | ON | 0 | 1
Configuration Commands