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.

HFSS script control - doesn't let hfss finish the anlysis

Status
Not open for further replies.

kato01

Full Member level 2
Joined
Dec 2, 2002
Messages
123
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Activity points
831
hfss scrip

Hello,

I am running HFSS from a VBS script.
Unfortunately, the script does not wait for HFSS to finish the analysis.

here are the two lines:

oDesign.Analyze "Setup1 : Sweep1" ------ script tell HFSS to run

Set oModule = oDesign.GetModule("ReportSetup") ----- script tells HFSS to create a report

The script rushes to the second line before HFSS is done.

I understand that there are script commands that can take care of this. Something like checking on HFSS if the analysis is still running.

Can anybody let me know what the syntax is?

Also I need to release the license once the optimization is done.
Anybody know how to do this in script?

Thanks

Katto01
 

Re: hfss scrip

Do anybody know the answer??? I really need to know it. Thank you very much
Hello,

I am running HFSS from a VBS script.
Unfortunately, the script does not wait for HFSS to finish the analysis.

here are the two lines:

oDesign.Analyze "Setup1 : Sweep1" ------ script tell HFSS to run

Set oModule = oDesign.GetModule("ReportSetup") ----- script tells HFSS to create a report

The script rushes to the second line before HFSS is done.

I understand that there are script commands that can take care of this. Something like checking on HFSS if the analysis is still running.

Can anybody let me know what the syntax is?

Also I need to release the license once the optimization is done.
Anybody know how to do this in script?

Thanks

Katto01
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top