Rohde & Schwarz NGM-COM2B Rohde &Schwarz power supply bundle

User manual NGM COM2a - Page 117

For NGM-COM2B.

PDF File Manual, 201 pages, Read Online | Download pdf file

NGM-COM2B photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGL200/NGM200
115User Manual 1178.8736.02 ─ 09
Example: Configuring the current output
// ************************************************
// Select the channel
// ************************************************
INST OUT1
// ************************************************
// 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
// ************************************************
// selects a channel and sets the current
CURR 2
// queries the current of the selected channel
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 in the selected channel
// by the set 1 Ampere
INST OUT1
CURR:STEP 1
CURR DOWN
// increases the current in the selected channel
// by the set 1 Ampere
Configuration Commands
Loading ...
Loading ...
Loading ...