Remote Control Commands
R&S
®
NGL200/NGM200
129
User Manual 1178.8736.02 ─ 09
Parameters:
<arg0>
Defines the voltage range for measurement (20 V and 5 V).
Default unit: V
Parameters for setting and query:
<Channel list>
<list>
Example:
SENS:VOLT:RANG 20
Sets the instrument to the 20 V measurement accuracy.
Refers to datasheet for the measurement accuracy in the 20 V
range.
Example:
SENS:VOLT:RANG? (@1)
Queries voltage range for measurement at channel 1.
7.5.9
OCP Setting
The
CURRent:PROTection
subsystem contains the commands for overcurrent pro-
tection parameters such as activating fuses and setting fuse parameters of the output
channels. The default unit is A.
The delay function of the fuses takes effect when the corresponding channel is activa-
ted (Output On).
Example: Configuring the overcurrent protection
This example contains all commands to configure and query the fuse states and set-
tings.
// ************************************************
// Configuring the overcurrent protection
// ************************************************
INST OUT1
// selects a channel and activates the overcurrent protection
CURR:PROT 1
// queries the state of the overcurrent protection in the selected channel
CURR:PROT?
// response: 1
// ************************************************
// Set a delay time for the overcurrent protection. The delay time
// takes effect when the channel output is turned on.
// ************************************************
// sets 50 ms delay for the overcurrent protection
CURR:PROT:DEL 50
// queries the currently set delay time of the overcurrent protection
// in the selected channel
CURR:PROT:DEL?
// response: 50
// sets the delay time to maximum, minimum respectively
CURR:PROT:DEL MAX
Configuration Commands