Remote control commands
R&S
®
NGU
125
User Manual 1179.2531.02 ─ 03
Example: Configuring the current output
// ************************************************
// Set upper or lower current 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 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.001
//queries the safety limits for the lower current
CURR:ALIM:LOW?
//response: "0.001"
// ************************************************
// Set the current value
// ************************************************
// sets the current
CURR 2
// queries the current
CURR?
// response: 2.000
// ************************************************
// Query the range of the current values
// ************************************************
// queries the upper and lower limit of the current
CURR? MIN
// response: 0.001
CURR? MAX
// response: 3.000
// ************************************************
// Increase or decrease the current stepwise
// ************************************************
// selects the output channel, sets the step width
// and decreases the current by the set 1 Ampere
CURR:STEP 1
CURR DOWN
// increases the current by the set 1 Ampere
CURR UP
// queries the current step size
CURR:STEP?
// response: 1.000
Configuration commands
www.allice.de
Allice Messtechnik GmbH