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

Knowledge Base - FAQ

VIAVI TestCenter-Automation: How to subscribe to chart results using TCL API?
Below is example to subscribe chart result view: foreach hResultDataSet [stc::get [stc::get system1 -children-Project] -children-resultchartqueryset] { stc::perform ResultDataSetSubscribeCommand -ResultDataSet $hResultDataSet   }