Keithley 2182 User Manual page 107

Nanovoltmeter
Hide thumbs Also See for 2182:
Table of Contents

Advertisement

Delta programming example — The following program fragment uses a SourceMeter (SM)
with the Model 2182 to perform Delta measurements. External triggering (via Trigger Link) is
used to synchronize the source-measure operations between the two instruments. Also, Front
Autozero is disabled to double the speed of Delta.
Three Delta measurements will be performed; one at a source value of 10µA, one at 20µA,
and one at 50µA. The three readings will be stored in the buffer of the Model 2182.
CALL SEND (7, ":syst:pres", status%)
CALL SEND (7, ":trig:del 1", status%)
CALL SEND (7, ":sens:volt:delta on", status%)
CALL SEND (7, ":syst:faz off", status%)
CALL SEND (7, ":trig:sour ext", status%)
CALL SEND (7, ":trac:poin 3", status%)
CALL SEND (7, ":trac:feed:cont next", status%) ' 2182 - Enable buffer.
CALL SEND (24, "*rst", status%)
CALL SEND (24, ":trig:sour tlin", status%)
CALL SEND (24, ":trig:dir sour", status%)
CALL SEND (24, ":trig:outp sour, status%)
CALL SEND (24, ":trig:coun 6", status%)
CALL SEND (24, ":sour:func curr", status%)
CALL SEND (24, ":func 'volt'", status%)
CALL SEND (24, ":volt:nplc 0.01, status%)
CALL SEND (24, ":sour:list:curr 10e-6, -10e-6,
20e-6, -20e-6, 50e-6, -50e-6",status%)
CALL SEND (24, ":outp on", status%)
CALL SEND (24, ":sour:curr:mode list", status%)' SM - Enable list mode.
CALL SEND (24, ":init", status%)
Ratio and Delta
' 2182 - System preset
' defaults.
' 2182 - 1sec delay.
' 2182 - Enable Delta.
' Disable Front Autozero to
' double Delta speed.
' 2182 - External triggering.
' 2182 - Buffer size 3.
' SM - RST defaults.
' SM - Select trigger link.
' SM - Enable source bypass.
' SM - Output trigger after
' source.
' SM - Trig count 6.
' SM - Source current.
' SM - Measure voltage
' SM - Fast measurements
' SM - Current list values
' SM - Turn output on.
' SM - Start sweep.
5-17

Advertisement

Table of Contents
loading

This manual is also suitable for:

2182a

Table of Contents