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 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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top