EasyManuals Logo
Home>Agilent Technologies>Multimeter>34401A

Agilent Technologies 34401A User Manual

Agilent Technologies 34401A
242 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 #191 background imageLoading...
Page #191 background image
Using MEASure? for a Single Measurement
The following example uses the MEASure? command to make a single
ac current measurement. This is the easiest way to program the
multimeter for measurements. However, MEASure? does not offer much
flexibility. The example is shown in BASIC and QuickBASIC.
10 REAL Rdg
20 ASSIGN @Dmm TO 722
30 CLEAR 7 ! Clear GPIB and dmm
40 OUTPUT @Dmm; "*RST" ! Reset dmm
50 OUTPUT @Dmm; "*CLS" ! Clear dmm status registers
60 OUTPUT @Dmm; "MEASURE:CURRENT:AC? 1A,0.001MA" ! Set to 1 amp ac range
70 ENTER @Dmm; Rdg
80 PRINT Rdg
90 END
GPIB Operation Using BASIC
REM $Include "QBSetup"
DEV&=722
INFO1$="*RST"
LENGTH1%=LEN(INFO1$)
INFO2$="*CLS"
LENGTH2%=LEN(INFO2$)
INFO3$="MEASURE:CURRENT:AC? 1A,0.001MA"
LENGTH3%=LEN(INFO3$)
Call IOCLEAR(DEV&)
Call IOOUTPUTS(DEV&, INFO1$, LENGTH1%)
Call IOOUTPUTS(DEV&, INFO2$, LENGTH2%)
Call IOOUTPUTS(DEV&, INFO3$, LENGTH3%)
Call IOENTER(DEV&,Rdg)
Print Rdg
END
GPIB Operation Using QuickBASIC
6
Chapter 6 Application Programs
Using MEASure? for a Single Measurement
185

Table of Contents

Other manuals for Agilent Technologies 34401A

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Agilent Technologies 34401A and is the answer not in the manual?

Agilent Technologies 34401A Specifications

General IconGeneral
BrandAgilent Technologies
Model34401A
CategoryMultimeter
LanguageEnglish

Related product manuals