94
Chapter 6
Working with Test Sequences
Running a sequence
Regardless of how you created a test sequence you can initiate it through the command
line, the built-in editor or VGM. For information on running a test sequence through VGM
refer to the VGM help. The instructions for running test sequences through the command
line or internal sequence editor are provided below.
Running a test sequence using the command line
A sequence can run in one of three modes:
•
Step and stop mode, where the progression of the sequence is under user control, and
the sequence halts after the final step.
•
Step and wrap mode, where the progression of the sequence is under user control, and
it continuously loops (repeats the sequence steps).
•
Automatic mode, which enables automatic progression through the sequence list and
also continuous looping.
The following procedures describe how to use these modes:
To run a sequence in step and stop mode:
1. Establish a terminal session with the generator.
2. Enter the following commands:
SEQL
MySeq // loads MySeq into sequence edit buffer
SMOD
1
// sets step mode to manual with stop after last step
SEQU
// starts running the sequence
3. Turn the Image knob to progress through the sequence.
4. To stop the sequence, enter the following command:
SMOD
0; ALLU
To run a sequence in step and wrap mode:
1. Establish a terminal session with the generator.
2. Enter the following commands:
SEQL
MySeq // loads MySeq into sequence edit buffer
SMOD
2
// sets step mode to manual with wrapping after last step
SEQU
// starts running the sequence
3. Turn the Image knob to progress through the sequence.
4. To stop the sequence, enter the following command:
SMOD
0; ALLU
Summary of Contents for 802BT
Page 1: ...802BT 802R Video Test Generator User Guide ...
Page 52: ...42 Chapter 2 Testing Video Displays ...
Page 62: ...52 Chapter 3 Administrative Tasks ...
Page 118: ...108 Chapter 7 Using GPIB Interface ...
Page 194: ...184 Chapter 10 Testing EDID ...
Page 204: ...194 Chapter 11 Testing HDCP ...
Page 214: ...204 Appendix A Command Reference Commands by name ...
Page 595: ...Video Test Generator User Guide 585 ...
Page 611: ...Video Test Generator User Guide 601 ...
Page 612: ...602 Appendix A Command Reference ...
Page 716: ...706 Appendix B Image Reference ...
Page 744: ...734 Appendix C Error Messages ...