Remote Control Commands
R&S
®
NGL200/NGM200
108
User Manual 1178.8736.02 ─ 09
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
// ************************************************
//sets the safety limits to enable
ALIM 1
//queries the safety limits state
ALIM?
//response: "1"
//sets the safety limits for the upper voltage
VOLT:ALIM 15
//queries the safety limits for the upper voltage
VOLT:ALIM?
//reponse: "15.000"
//sets the safety limits for the lower voltage
VOLT:ALIM:LOW 0
//queries the safety limits for the lower voltage
VOLT:ALIM:LOW?
//reponse: "0.000"
//sets the safety limits for the upper current
CURR:ALIM 3
//queries the safety limits for the upper current
CURR:ALIM?
//reponse: "3.000"
//sets the safety limits for the lower current
CURR:ALIM:LOW 0
//queries the safety limits for the lower current
CURR:ALIM:LOW?
//reponse: "0.000"
................................................................................................108
[SOURce:]VOLTage[:LEVel][:IMMediate]:ALIMit:LOWer
..................................................... 109
[SOURce:]VOLTage[:LEVel][:IMMediate]:ALIMit[:UPPer]
.................................................... 109
[SOURce:]CURRent[:LEVel][:IMMediate]:ALIMit:LOWer
..................................................... 110
[SOURce:]CURRent[:LEVel][:IMMediate]:ALIMit[:UPPer]
....................................................110
[SOURce:]ALIMit[:STATe]
<state>
[SOURce:]ALIMit[:STATe]?
[<Channel list>]
Sets or queries the safety limit state.
Parameters:
<state>
1
Activates the safety limit.
Configuration Commands