Remote Control Commands
R&S
®
NGA100
97
User Manual 5601.8919.02 ─ 03
Example: Configuring the overpower protection
// ************************************************
// Set the overpower protection value
// ************************************************
INST OUT1
//activates the OPP of the previous selected channel
POW:PROT 1
// selects a channel and sets the OPP
POW:PROT:LEV 5
// queries the output overvoltage value of a channel
POW:PROT:LEV?
// response: 5
// queries the OPP state of the previous selected channel
POW:PROT?
// response: 1
// sets the overvoltage protection to maximum,
// or minimum respectively
POW:PROT:LEV MAX
POW:PROT:LEV MIN
// ************************************************
// Query the range of the overpower protection values
// ************************************************
// queries the upper and lower limit
POW:PROT:LEV? MIN
// reponse: 0.0
POW:PROT:LEV? MAX
// reponse: 41.0
// ************************************************
// Query a tripped overpower protection
// ************************************************
INST OUT1
// queries whether the OPP in channel 1 has tripped
POW:PROT:TRIP?
// response: 1 OPP is tripped
// response: 0 OPP is not tripped
// resets a tripped OPP in the selected channel
POW:PROT:CLEar
[SOURce:]POWer:PROTection:LEVel
<Power>
This command defines or queries the OPP value of the previous selected channel.
Parameters:
<Power>
{<Voltage> | MIN | MAX}
<Voltage>
Set the OPP value in the range of 0 W up to 41W (adjustable in
100 mW steps)
MIN
Set the OPP value to minimum.
Configuration Commands