Programming Example - Keithley 2182 User Manual

Nanovoltmeter
Hide thumbs Also See for 2182:
Table of Contents

Advertisement

Programming example

The following program fragment performs a five measurement internal scan. The five
readings are stored in the buffer and displayed on the computer CRT.
CALL SEND(7,"*rst",status%)
CALL SEND(7,":samp:coun 5",status%)
CALL SEND(7,":rout:scan:int:cco 4",status%) 'Set channel 1 count to 4.
CALL SEND(7,":rout:scan:lsel int",status%)
CALL SEND(7,":read?",status%)
reading$ = SPACE$ (80)
CALL ENTER (reading$,length%,7,status%)
PRINT reading$
Stepping and Scanning
'Restore *RST defaults.
'Set sample count to 5.
'Enable internal scan.
'Trigger scan and request
'readings.
'Address 2182 to talk.
'Display the 5 readings on
'the CRT.
9-13

Advertisement

Table of Contents
loading

This manual is also suitable for:

2182a

Table of Contents