802BT/802R Video Test Generator User Guide
87
Creating a test sequence
You can create a test sequence using the command line interface, the generator’s built-in
editor or VGM.
Creating a test sequence using command line
You can develop test sequences either by entering command interactively through a
terminal session or by entering a series of commands in a text file and then send them to
the generator through hyper terminal. When developing long test sequences, the
recommended procedure is to enter commands in a text file, and then send the file to the
generator. This approach enables you to change the test sequence without entering the
entire command script.
Use the following procedure to create a test sequence, save it to the sequence directory,
and then run it using the command line interface.
To create and save a test sequence interactively using the command line interface:
1. Establish a terminal session with the generator.
2. Enter the following commands to create a three-step sequence named
MySeq
.
SEQN
// initializes the sequence edit buffer
SEQB
// begins a sequence editing session
STEP
1
// selects a step to be edited
SDLY
5.0
// sets the delay for the current step to five seconds
FMTL
480p59
// loads a format
IMGL
SMPTEbar // loads an image
STEP
2
// selects a step to be edited
SDLY
5.0
// sets the delay for the current step to five seconds
FMTL
720p60
// loads a second format (same image)
IMGL
Outline1 // loads an image
STEP
3
// selects a step to be edited
SDLY
5.0
// sets the delay for the current step to five seconds
FMTL
1080i29 // loads a third format
IMGL
Geom_4 // loads another image
SEQE
// ends the sequence editing session
SEQA
MySeq
// saves the current contents of the sequence editor
To create and save a test sequence from a text file:
1. Using a text editor, open a text file (command file) on your computer and enter the
following commands to create a three-step sequence named
MySeq
.:
SEQN
// initializes the sequence edit buffer
SEQB
// begins a sequence editing session
STEP
1
// selects a step to be edited
SDLY
5.0
// sets the delay for the current step to five seconds
FMTL
480p59
// loads a format
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 ...