select comp through an element
Beta
New Altair Community Member
Hi,
I am looking for a solution to get the comp id from a specific element.
Is there any way I can automatically get the component id from an element id that belongs to the comp ??
Thank you!
0
Answers
-
Hi Toan,
You can use the hm_getvalue command
set comp_id [hm_getvalue element id=1776 dataname=collector]
0 -
Hi Vipin,
Thank you very much.
I missed collector data name )
0