Remote Control Commands
R&S
®
NGL200/NGM200
100
User Manual 1178.8736.02 ─ 05
Example: Configuring the output voltage
This example contains all commands to configure and query the output voltage.
// ************************************************
// Select the channel
// ************************************************
INST OUT1
// ************************************************
// Set upper or lower voltage safety limit
// ************************************************
ALIM 1
//sets the safety limits to enable
ALIM?
//queries the safety limits state
//response: "1"
VOLT:ALIM 15
//sets the safety limits for the upper voltage
VOLT:ALIM?
//queries the safety limits for the upper voltage
//reponse: "15.000"
VOLT:ALIM LOW 0
//sets the safety limits for the lower voltage
VOLT:ALIM?
//queries the safety limits for the lower voltage
//reponse: "0.000
CURR:ALIM 3
//sets the safety limits for the upper current
CURR:ALIM?
//queries the safety limits for the upper current
//reponse: "3.000"
CURR:ALIM LOW 0
//sets the safety limits for the lower current
CURR:ALIM?
//queries the safety limits for the lower current
//reponse: "0.000
[SOURce:]ALIMit[:STATe]
<state>
[SOURce:]ALIMit[:STATe]?
Sets or queries the safety limit state.
Parameters:
<state>
1 | 0
1
Activates the safety limit.
0
Deactivates the safety limit.
Example:
See
Example "Configuring the output voltage"
Configuration Commands