Remote control commands
R&S
®
NGP800
119
User Manual 5601.5610.02 ─ 09
Example:
See
7.5.2
Safety limit setting
The
SOURce:ALIM
subsystem contains the commands for setting the safety limits of
the output channels.
Example: Configuring the safety limit
This example contains all commands to configure and query the voltage and current
safety limit.
// ************************************************
// Select the channel
// ************************************************
// selects channel 1
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"
************************************************
// Set upper or lower current safety limit
// ************************************************
//sets the safety limits for the upper current
CURR:ALIM 3
//queries the safety limits for the upper current
CURR:ALIM?
//reponse: "3.0000"
//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.0000"
Configuration commands