Download Print this page

Fluke 225C Programming Reference Manual page 63

Remote control and programming reference
Hide thumbs Also See for 225C:

Advertisement

If option V or v (value only) is given:
<trace_data> = <trace_samples><cr>
For detailed descriptions about the waveform structure,
refer to Appendix C.
If option S or s (Setup data only) is given:
<trace_data> = <trace_admin><cr>
where,
<trace_admin> =
Example:
'*****************
'
'***** If an error occurs in the waveform data,
'***** the program stops.
'
C65536 = 65536
C32768 = 32768
C256
=
256
C128
=
128
OPEN "COM1:1200,N,8,1,CS,DS,RB2048" FOR RANDOM AS #1
CLS
GOSUB ClearPort
'
Query$ = "QW 10"
'*****
'* A normal trace is a series of waveform samples consisting
'* of single waveform points.
'* A min/max trace is a series of waveform samples consisting
'* of minimum and maximum waveform points.
'* A min/max/average trace is a series of waveform samples
'* consisting of minimum, maximum, and average waveform points.
'*****
PRINT #1, Query$
GOSUB Acknowledge
Resp$ = ""
GOSUB Response
GOSUB Interpret.Admin
GOSUB Interpret.Samples 'Interprets waveform sample data
GOSUB Create.CSV
END
Page 3.44
string of hexadecimal characters,
representing the setup related to the given
<trace_no>.
Begin example program
'2-bytes Maximum constant
'2-bytes Sign-bit constant
'1-byte Maximum constant
'1-byte Sign-bit constant
'Clears pending data from port
'Queries normal trace INPUT A when you
'select "Display Glitches No".
'Queries min/max trace INPUT A when you
'select "Persistence" or "Display
'Glitches Yes"; see also Command Syntax.
'Response = <trace_admin>,<trace_samples>
'Inputs acknowledge from ScopeMeter
'Clears the total Response string
'Writes waveform data to Resp$ & files
'Interprets waveform administration data
'See also Appendix C
'Creates Wave.CSV file from waveform data
'as input for Excel, for example.
*****************

Advertisement

loading

This manual is also suitable for:

Scopemeter 190 series