- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
How to write a touchstone file using a script in CST MWS...?
录入:edatop.com 点击:
Hallo everybody….!
Does anyone have an idea how to export the results (Touchstone file) of a parameter sweep using a script in CST Microwave Studio so I can read the files in matlab to further process them…..? Can it be done on the fly while simulating….?
Thanks….!
I take it from some macros in CST 2010, and it export S parameters to file example.s2p
UPD: Look to your local folder ../Program Files/CST STUDIO SUITE 2010/Online Help/mergedProjects/VBA_Help_MWS/special_vbaimpexp/special_vbaimp_exp_touchstone.htm for more infomation
Does anyone have an idea how to export the results (Touchstone file) of a parameter sweep using a script in CST Microwave Studio so I can read the files in matlab to further process them…..? Can it be done on the fly while simulating….?
Thanks….!
I have the same problem with it! As I understand we should use:
With TOUCHSTONE
.Reset
.FileName (".\example")
.Impedance (50)
.FrequencyRange ("Full")
.Renormalize (True)
.UseARResults (False)
.SetNSamples (100)
.Write
End With.FileName (".\example")
.Impedance (50)
.FrequencyRange ("Full")
.Renormalize (True)
.UseARResults (False)
.SetNSamples (100)
.Write
I take it from some macros in CST 2010, and it export S parameters to file example.s2p
UPD: Look to your local folder ../Program Files/CST STUDIO SUITE 2010/Online Help/mergedProjects/VBA_Help_MWS/special_vbaimpexp/special_vbaimp_exp_touchstone.htm for more infomation
申明:网友回复良莠不齐,仅供参考。如需专业解答,请学习易迪拓培训专家讲授的CST视频培训教程。