Agilent Technologies 1670G Printer Accessories User Manual


 
340 ! no states until the trigger is found.
350 !
360 OUTPUT 707;":MACHINE1:STRIGGER:SEQUENCE 2,1"
370 OUTPUT 707;":MACHINE1:STRIGGER:TERM A,’SCOUNT’,’#HFF’"
380 OUTPUT 707;":MACHINE1:STRIGGER:STORE1 ’NOSTATE’"
390 OUTPUT 707;":MENU 1,3"
400 !
410 ! ******************************************************************
420 ! Change the displayed menu to the state listing and start the state
430 ! analyzer in repetitive mode.
440 !
450 OUTPUT 707;":MENU 1,7"
460 OUTPUT 707;":RMODE REPETITIVE"
470 OUTPUT 707;":START"
480 !
490 ! ******************************************************************
500 ! The logic analyzer is now running in the repetitive mode
510 ! and will remain in repetitive until the STOP command is sent.
520 !
530 PRINT "The logic analyzer is now running in the repetitive mode"
540 PRINT "and will remain in repetitive until the STOP command is sent."
550 PRINT
560 PRINT "Press CONTINUE to send the STOP command."
570 PAUSE
580 !
590 !***********************************************************************
600 ! Stop the acquisition & copy the acquired data to the compare reference
610 ! listing.
620 !
630 OUTPUT 707;":STOP"
640 OUTPUT 707;":MENU 1,10"
650 OUTPUT 707;":MACHINE1:COMPARE:MENU REFERENCE"
660 OUTPUT 707;":MACHINE1:COMPARE:COPY"
670 !
680 ! The logic analyzer acquisition is now stopped, the Compare menu
690 ! is displayed, and the data is now in the compare reference
700 ! listing.
710 !
720 !***********************************************************************
730 ! Display the last line of the compare listing and start the analyzer
740 ! in a repetitive mode. If your analyzer does not have extended memory,
741 ! setting the line to 61439 causes a warning but the listing still
742 ! moves to the last line.
750 !
Programming Examples
Making a State Compare Measurement
43–10