微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > How to write a touchstone file using a script in CST MWS...?

How to write a touchstone file using a script in CST MWS...?

时间:03-31 整理:3721RD 点击:
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 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

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

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top