Remote Control Commands
R&S
®
NGL200/NGM200
106
User Manual 1178.8736.02 ─ 05
Example: Configuring the current output
// ************************************************
// Select the channel
// ************************************************
INST OUT1
// ************************************************
// Set upper or lower current safety limit
// ************************************************
ALIM 1
//sets the safety limits to enable
ALIM?
//queries the safety limits state
//response: "1"
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.001
//sets the safety limits for the lower current
CURR:ALIM?
//queries the safety limits for the lower current
//response: "0.001"
// ************************************************
// Set the current value
// ************************************************
CURR 2
// selects a channel and sets the current
CURR?
// queries the current of the selected channel
// response: 2.000
// ************************************************
// Query the range of the current values
// ************************************************
CURR? MIN
// response: 0.001
CURR? MAX
// response: 3.000
// queries the upper and lower limit of the current
// ************************************************
// Increase or decrease the current stepwise
// ************************************************
INST OUT1
CURR:STEP 1
CURR DOWN
// selects the output channel, sets the step width
// and decreases the current in the selected channel
// by the set 1 Ampere
CURR UP
// increases the current in the selected channel
Configuration Commands