Scpi Programming - Analog Output - Keithley 2182 User Manual

Nanovoltmeter
Hide thumbs Also See for 2182:
Table of Contents

Advertisement

10-6
Analog Output

SCPI programming - analog output

Commands for analog output are summarized in
commands follows the table. The Ref column in the table provides reference for this
information.
Table 10-2
SCPI commands - analog output
Commands
:OUTPut
:GAIN <NRf>
:OFFSet <NRf>
[:STATe] <b>
:RELative <b>
Reference:
Programming example
The following program fragment assumes that you are using analog output to monitor a 1mV
signal on the 10mV range. Analog output gain is set to 10 to increase sensitivity. Therefore, 1mV
will result in a 1V analog output. Finally, Analog Output Rel is enabled to reference the 1V
analog output to zero.
CALL SEND (7, ":syst:pres", status%)
CALL SEND (7, ":sens:volt:rang 0.01", status%)
CALL SEND (7, ":outp:gain 10", status%)
CALL SEND (7, ":outp on", status%)
CALL SEND (7, ":outp:rel on", status%)
Description
OUTPut Subsystem:
Specify gain factor (M); 1e-9 to 1e6.
Specify offset (B); –1.2 to 1.2.
Enable or disable Analog Output.
Enable or disable Analog Output Relative.
A. GAIN and OFFSet — Gain and offset changes do not take affect until the next
reading is triggered.
B. STATe — OFF (0) forces analog output to 0V immediately. ON (1) does not take
effect until next reading is triggered.
C. RELative — Sending ON (1) while Rel is enabled acquires a new Rel value.
Table
10-2. Additional information on these
Ref
A
A
B
C
' Restore System Preset
' defaults.
' Select 10mV range.
' Set analog output gain
' to 10.
' Enable analog output.
' Enable analog output
' rel.
Default
1
0
0
0

Advertisement

Table of Contents
loading

This manual is also suitable for:

2182a

Table of Contents