Rohde & Schwarz NGP814 power supply

NGP800 series manual - Page 119

For NGP814.

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

NGP814 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGP800
117User Manual 5601.5610.02 ─ 04
Example: Configuring the output voltage
This example contains all commands to configure and query the output voltage.
// ************************************************
// Select the channel
// ************************************************
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?
//response: "15.000"
//sets the safety limits for the lower voltage
VOLT:ALIM LOW 0
//queries the safety limits for the lower voltage
VOLT:ALIM?
//response: "0.000"
// ************************************************
// Set the voltage value
// ************************************************
// selects a channel and sets the voltage
VOLT 10
// sets the voltage to maximum or minimum respectively
VOLT MAX
VOLT MIN
// queries the output voltage of a channel
VOLT?
// response: "10.000"
// ************************************************
// Query the range of the voltage values
// ************************************************
// queries the upper and lower limit of the output voltage
VOLT? MIN
// response: "0.000"
VOLT? MAX
// response: "64.050"
// ************************************************
// Increase or decrease the voltage stepwise
// ************************************************
// selects the output channel, sets the step width
// and increases the voltage in the selected channel
// from 4 Volts
Configuration Commands
Loading ...
Loading ...
Loading ...