Identifying all object in HFSS with properties using a given variable #4282
Closed
amichel0205
started this conversation in
General
Replies: 2 comments
-
Hi @amichel0205, you should use the history method in a list comprehension:
hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gmalinve BR, Alain |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
Does any one of you has already looked how to list all object using a specific variable.
e.g. A design variable L1 is used in Xsize property of box 2_pc and 4_pc.
I would like to give variable name L1 as input and list these two objects 2_pc and 4_pc as output.
I've already look about properties from:
aedtapp.modeler.get_object_from_name("2_pc")
but even if using variable the bounding_box properties list numerical value and not variable name.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions