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.

Controlling HFSS with Mathematica

Status
Not open for further replies.

jpotter

Junior Member level 2
Joined
Feb 27, 2006
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Los Alamos, NM
Activity points
1,520
I have a Mathematica program, created by someone else, that can create and run problems on HFSS. There is an issue that this program always uses the latest version of HFSS. For technical reasons, I need to run an earlier version without uninstalling the new version. This is the part of the code that defines startHFSS:
startHFSS[] :=
Module[{},
oAnsoftApp = CreateCOMObject["AnsoftHfss.HfssScriptInterface"];
oDesktop = oAnsoftApp@GetAppDesktop[];
Return[{oAnsoftApp, oDesktop}];
];
Is there a way to get AnsoftHfss.HfssScriptInterface to refer to a specific version?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top