Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Status
Not open for further replies.

Rzales

Newbie level 2
Joined
May 21, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Colorado
Activity points
1,292
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….!
 

Does anyone have an idea how to export the results (Touchstone file) of a parameter sweep using a script in CST Microwave Studio

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
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top