Printer FriendlyEmail Article Link

Spirent TestCenter-Automation: How to delete sequencer handles using native APIs

Environment/Versions
  • SpirentTestCnenter
Answer
  • Get the sequencer handles.

            [stc::get $seq_cmd_grandparent -CommandList]

  • Use below one of the code snippets to disable or remove the sequencer handles.

            stc::config $seq_cmd_grandparent -DisableCommandList "runcustomcommand1 runcustomcommand2"

                stc::perform SequencerRemove –CommandList “waitcommand1” –DoDestroy true

 


Product : Spirent TestCenter,Tcl API