EasyManuals Logo
Home>Keithley>Measuring Instruments>2182

Keithley 2182 User Manual

Keithley 2182
339 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #122 background imageLoading...
Page #122 background image
Programming example
The following program fragment stores 20 readings into the buffer and then calculates the
mean average on the buffer readings:
‘ Store Readings:
CALL SEND(7,“:trac:poin 20”,status%) ‘Set buffer size to 20.
CALL SEND(7,“:trac:feed sens”,status%) ‘Store raw input readings.
CALL SEND(7,“:trac:feed:cont next”, status%) ‘Start storing readings.
CALL SEND(7,“:trac:data?”,status%) ‘Request all stored
‘readings.
reading$ = SPACE$(80)
CALL ENTER(reading$, length%, 7, status%) ‘Address 2182 to talk.
PRINT reading$ ‘Display all buffer
‘readings on CRT.
‘ Calculate Mean of Buffer Readings:
CALL SEND(7,“:calc2:form mean”,status%) ‘Select mean calculation.
CALL SEND(7, “:calc2:stat on”,status%) ‘Enable mean calculation.
CALL SEND(7, “:calc2:imm?”,status%) ‘Perform calculation and
‘request result.
reading$ = SPACE$(80)
CALL ENTER(reading$, length%, 7,status%) ‘Address 2182 to talk.
PRINT reading$ ‘Display all buffer
‘readings on CRT
6-6 Buffer

Table of Contents

Other manuals for Keithley 2182

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 2182 and is the answer not in the manual?

Keithley 2182 Specifications

General IconGeneral
BrandKeithley
Model2182
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals