set hResultDataSet [stc::subscribe -Parent $hProject \ -configType StreamBlock \ -resultType RxStreamSummaryResults \ -filenameprefix RxStreamSummaryResults \ -viewAttributeList [list MinLatency MaxLatency AvgLatency BitRate DroppedFrameCount FrameCount FrameRate]]
stc::perform ExportResults -FileNamePrefix "TestFile" -OutputFormat "csv" -WriteMode "APPEND" -ResultView $hResultDataSet
Note: When you Subscribe the results with filenameprefix with name will create “name.csv” file as well
set hResultDataSet [stc::subscribe -Parent $hProject \ -configType StreamBlock \ -resultType RxStreamSummaryResults \ -interval 1 \ -filenameprefix “RxStreamSummaryResults” \ -viewAttributeList [list MinLatency MaxLatency AvgLatency BitRate DroppedFrameCount FrameCount FrameRate]]