HFSS script for oRunningInstances.GetAllRunningInstances

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
I am looking to get the information of all HFSS instances running at a certain time

All I could find in the manual is this command for VBA

set obj = oRunningInstances.GetAllRunningInstances()

Assuming there are two instances running I would like to get the following information. Something like

for i=0 to 1

debug.print obj(i).Name

debug.print obj(i).Path

debug.print obj(i).Projects()

debug.print obj(i). Designs()

next i

The code above does not work. Not sure how to do it
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…