kato01
Full Member level 2
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
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