Exporting Plot Data from CST Microwave Studio Tables sing Macro -Urgent
时间:03-25
整理:3721RD
点击:
Hi Everyone,
I have to import a 48 graphs of data from CST Tables in the form of .txt file. I just try to export 1st graph using following code.
' Export_Tables
Sub Main ()
SelectTreeItem "Tables\E_WV3_8X"
ExportPlotData "E_WV3_8X.txt"
End Sub
But i not getting any output file in any project folder..I don't get any error also.
Also where the exported data is generally stored after running of MACRO.
Your urgent response will be highly appreciated.
Thanks
I have to import a 48 graphs of data from CST Tables in the form of .txt file. I just try to export 1st graph using following code.
' Export_Tables
Sub Main ()
SelectTreeItem "Tables\E_WV3_8X"
ExportPlotData "E_WV3_8X.txt"
End Sub
But i not getting any output file in any project folder..I don't get any error also.
Also where the exported data is generally stored after running of MACRO.
Your urgent response will be highly appreciated.
Thanks