Programming the Output
40
Series N6700 User’s Guide
Programming the Output
Set the Output Voltage
Front Panel:
SCPI Command:
Press the Channel key to select an
output, then press the Voltage key.
Enter a value and press Select.
To set output 1 to 5 V:
VOLT 5,(@1)
To set all outputs to 10 V:
VOLT 10,(@1:4)
For modules with multiple ranges, you can select a lower range if you
need better output resolution.
Front Panel:
SCPI Command:
Press the Channel key to select an
output, then press the Voltage key.
Select Low range and press Select.
To select the lower range, program a
value that falls within the range:
VOLT:RANG 5,(@1)
Set the Output Current
Front Panel:
SCPI Command:
Press the Channel key to select an
output, then press the Current key.
Enter a value and press Select.
To set output 1 to 1 A:
CURR 1,(@1)
To set all outputs to 2 A:
CURR 2,(@1:4)
For modules with multiple ranges, you can select a lower range if you
need better output resolution.
Front Panel:
SCPI Command:
Press the Channel key to select an
output, then press the Voltage key.
Select Low range and press Select.
To select the lower range, program a
value that falls within the range:
CURR:RANG 1,(@1)
Enable the Output
Front Panel:
SCPI Command:
To enable one output, press the
Channel key to select the output,
then press the On/Off key.
To enable/disable ALL outputs with
the On/Off key, select
System\Preference\Keys
. Check
the On/Off couple dialog box.
The ON/Off key will now be active
on ALL output channels.
To enable only output 1:
OUTP ON,(@1)
To enable outputs 1-4:
OUTP ON,(@1:4)