Specifications

132 Chapter 6
Read and Write Measurement Data
Example Programs for Reading Internal Data Arrays
250 If bool = 0 Then
260 MsgBox ("Sweep Aborted")
270 ElseIf bool = 1 Then
280 SCPI.Output "DISP:TRAC" & CStr(trc1) & ":Y:AUTO"
290
300 SCPI.Output "FORM:DATA ASC"
310
320 SCPI.Output "CALC" & CStr(trc1) & ":DATA? FDATA"
330 SCPI.Enter meas_data, "#"
340 SCPI.Output "SWE:STIM3?"
350 SCPI.Enter swp_prm, "#"
360 End If
370
380 End
390 End Sub