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.

What is the command for running HFSS from VB?

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
related:www.egr.msu.edu/~chenduo/

I can run CST from VB using the following commands:

Dim app As Object
Set app = CreateObject("MWStudio.Application")

for HFSS I tried (guessed)

Dim app As Object
Set app = CreateObject("HFSS.Application")

It does not work. Can anybody tell me what is the correct command?

Thanks

Kato
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top