VIAVI TestCenter: Is it possible to manually start a group of commands in the command sequencer?
Knowledge Base - FAQ
VIAVI TestCenter: Is it possible to manually start a group of commands in the command sequencer?
• It is not possible to manually select a command or group of commands to be run because the command sequencer starts from the first command in the sequencer and runs until the end of all commands listed.
• There are ways to work around this:
• Commands in the sequencer can be disabled. You can disable the commands you don't want to run via the right-click menu, then run the sequencer.
• You can insert conditional execution statements into the sequencer to allow only certain commands to run under specified conditions.
• Because the sequencer can call scripts, you can write one or more scripts that implement the desired actions. You can then load one script at a time and execute the sequencer.