VIAVI TestCenter: How to deactivate/activate streamblock when use API?
Knowledge Base - FAQ
VIAVI TestCenter: How to deactivate/activate streamblock when use API?
• 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