Printer FriendlyEmail Article Link

Spirent TestCenter: How to deactivate/activate streamblock when use API?

Environment/Versions
  • Spirent TestCenter
  • API
  • TCL
Answer
  • To deactivate streamblock configure the attribute to false

For example:
stc::config streamblock1 -active false
stc::apply

  • To activate streamblock configure the attribute to True

For example:
stc::config streamblock1 -active true
stc::apply


Product : Automation,API,Spirent TestCenter