14-49
IM 253421-01E
Communication Commands 2 (System of Commands Complying to the IEEE 488.2-1987 Standard)
14
'display analyzed data
PRINT "V1 FREQ", D$(0)
PRINT "A1 THD(IEC)", D$(1)
PRINT "A1 RMS", D$(2)
FOR J = 1 TO 50 STEP 2
PRINT "A1 Order" + STR$(J), D$(J + 2),
PRINT "A1 Order" + STR$(J + 1), D$(J + 3)
NEXT J
PRINT ""
NEXT I
' Call the IBONL function to disable the hardware and software.
CALL IBONL(DEV%, 0)
END
14.5 Sample Program