Rohde & Schwarz NGP814 power supply

NGP800 series manual - Page 122

For NGP814.

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

NGP814 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGP800
120User Manual 5601.5610.02 ─ 04
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.0000"
//sets the safety limits for the lower current
CURR:ALIM LOW 0.0010
//queries the safety limits for the lower current
CURR:ALIM?
//response: "0.0010"
// ************************************************
// Set the current value
// ************************************************
// selects a channel and sets the current
CURR 2
// queries the current of the selected channel
CURR?
// response: 2.0000
// ************************************************
// Query the range of the current values
// ************************************************
// queries the upper and lower limit of the current
CURR? MIN
// response: 0.0001
CURR? MAX
// response: 20.0000
// ************************************************
// 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 ...