VIAVI TestCenter- Automation: How to start a sequencer using Native Tcl API ?
Knowledge Base - FAQ
VIAVI TestCenter- Automation: How to start a sequencer using Native Tcl API ?
• We could use the below command to start the sequencer,
stc::perform sequencerstart
Note: The sequencer started from the above API command would run in the background and proceed with the next steps in the script. If you want the script to not proceed to next step until all the commands in the sequencer are completed, then we may need to use the below command after starting the sequencer,
stc::waituntilcomplete