Fluke CombiScope PM3370B User Manual page 245

Autoranging combiscope instrument
Hide thumbs Also See for CombiScope PM3370B:
Table of Contents

Advertisement

6 - 28
meas_type
meas_value
suffix_unit
Example: (of a single measurement)
100 PRINT #1,"QM",21
110 GOSUB 1000
120 INPUT #1,TYPE$,MEAS$,SUFFIX$ :'Read measured frequency
130 PRINT "Measurement: ";TYPE$;MEAS$;SUFFIX$
Example: (of multiple measurements)
100 PRINT #1,"QM",10,"L"
110 GOSUB 1000
120 INPUT #1,MEAS$
130 PRINT "Measurement
140 IF INKEY$="" THEN GOTO 120
150 PRINT #1,CHR$(27)
string of characters, specifying the type of the measured value,
e.g. "Tr"
string of characters, specifying the measured value in floating
point notation, e.g. "98934E-09"
string of characters, specifying the unit of the measured value:
"V", "s" or "Hz"
THE CPL PROTOCOL
:'Query for frequency
measurement
:'Sync on acknowledge
:'Print measured frequency
:'Query for delta-
voltage measurement
:'Sync on acknowledge
:'Read measured
delta-voltage
:";MEAS$:'Print measured
delta-voltage
:'Do next measurement
until a key is pressed
:'Send ESC character

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents