Agilent Technologies 1660AS TV Converter Box User Manual


 
330 ! FF hex for the "a" term which will be the trigger term, and store
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"
570 PAUSE
580 !
590 !***********************************************************************
600 ! Stop the acquisition and 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 acquistion is now stopped, the Compare menu
690 ! is displayed, and the data is now in the compare reference
700 ! listing.
710 !
720 !***********************************************************************
730 ! Display line 4090 of the compare listing and start the analyzer
740 ! in a repetitive mode.
750 !
760 OUTPUT 707;":MACHINE1:COMPARE:LINE 4090"
770 OUTPUT 707;":START"
Programming Examples
Making a State Compare measurement
36–10