How to write a touchstone file using a script in CST MWS...?
來源:edatop
更新時間:2024-08-13
閱讀:
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.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