Fluke CombiScope PM3370B User Manual page 249

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

Advertisement

6 - 32
Example:
(Complete setup query)
90 DIM SETUP$[25]
100 PRINT #1,"QS"
110 GOSUB 1000
120 INPUT #1,N
130 FOR I=1 TO N
140
INPUT #1,SETUP$[I]
150
PRINT "N= ";I;SETUP$[I]
160 NEXT I
example response:
11,0106hlhl.....,0206hlhl......,0306hlhl......CR
**
) These SETUP$ array elements can be stored and sent back later to the
oscilloscope with the "PS" command.
(Optional setup query to read only one setup node)
100 PRINT #1,"QS";4
110 GOSUB 1000
120 INPUT #1,N
130 INPUT #1,SETUP$
140 PRINT SETUP$
:'Reserve space
:'Send command
:'Sync on acknowledge
:'Read number of node strings
:'Read all node strings
(PM3394)
:'Query setup node 4
:'Sync on acknowledge
:'Read number of setup nodes
:'Read the setup node
:'Print the setup string
THE CPL PROTOCOL
**
)

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents