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!
Hi Toan,
You can use the hm_getvalue command
set comp_id [hm_getvalue element id=1776 dataname=collector]
Hi Vipin,
Thank you very much.
I missed collector data name )
Hi Toan,
You can use the hm_getvalue command
set comp_id [hm_getvalue element id=1776 dataname=collector]