Video Test Generator User Guide 529
SMOD Sequence operating MODe
Class Sequence editor control
Description Sets the sequence mode. The SMOD? query returns the current setting of SMOD.
Command syntax SMOD mode
mode
0 = disable
1 = enable manual step mode that stops at last step
2 = enable manual step mode that wraps to first step after last step
3 = enable continuous auto stepping
Query syntax SMOD?
Query response mode
Other required
commands The SEQL command loads the sequence and SEQU starts to run it.
Example
SEQL MY_SEQ // Load "MY_SEQ" in edit buffer
SEQU // Start running the sequence in the buffer
SMOD 3 // Set the sequence mode