Keithley 2182 User Manual page 51

Nanovoltmeter
Hide thumbs Also See for 2182:
Table of Contents

Advertisement

Programming examples - ACAL, Autozero, and LSYNC
Program Example 1 — This program fragment performs low-level ACAL:
NOTE:
After sending the following commands, the :DONE and :INIT commands will not
execute until calibration is completed.
CALL SEND(7,":cal:unpr:acal:init",status%)
CALL SEND(7,":cal:unpr:acal:step2",status%) ' Performs low-level ACAL.
CALL SEND(7,":cal:unpr:acal:done",status%)
CALL SEND(7, ":init:cont on", status%)
Program Example 2 - This program fragment disables autozero:
CALL SEND(7,":syst:azer off",status%)
Program Example 3 - This program fragment enables line cycle synchronization:
CALL SEND(7,":syst:lsync on",status%)
Program Example 4 - This program fragment enables low charge injection for Channel 2:
CALL SEND(7,":sens:volt:chan2:lqm on",status%)
Voltage and Temperature Measurements
' Prepares 2182 for ACAL.
' Exits ACAL mode.
' Starts continuous
' triggering.
' Disables autozero.
' Enables LSYNC.
' Enables low charge
' injection.
2-11

Advertisement

Table of Contents
loading

This manual is also suitable for:

2182a

Table of Contents