Printer FriendlyEmail Article Link

Spirent TestCenter-Automation: How to subscribe to chart results using TCL API?

Environment/Versions

Spirent TestCenter

Answer

Below is example to subscribe chart result view:

foreach hResultDataSet [stc::get [stc::get system1 -children-Project] -children-resultchartqueryset] {

stc::perform ResultDataSetSubscribeCommand -ResultDataSet $hResultDataSet

 

}


Product : API,Spirent TestCenter