Remote Control Commands
R&S
®
NGA100
84
User Manual 5601.8919.02 ─ 03
Example:
VOLT 10
Set the voltage value to 10 V.
VOLT?
-> 10
Return the voltage value of the selected channel.
7.3.4
Current Setting
The
SOURce:CURRent
subsystem contains the commands for setting the current limit
of the output channels. The default unit is A.
Example: Configuring the current output
// ************************************************
// Select the channel
// ************************************************
INST OUT1
// ************************************************
// 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: 6.5 for NGA101 and NGA102 and 2.03 for NGA141 and NGA142
[SOURce:]CURRent[:LEVel][:IMMediate][:AMPLitude]
<Current>
This command defines or queries the current value of the selected channel.
Parameters:
<Current>
<Current>
Set current in the range of 1 mA to 6.05 A for NGA101 and
NGA102 models or 1 mA to 2.03 A for NGA141 and NGA142
models.
Default unit: A
Example:
CURR 2
Set the selected channel current to 2 A.
CURR?
-> 2
Return current value of the selected channel .
Configuration Commands