The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Hi all,
Is there a way to find which component a solid belongs to?
I couldn't find a tcl command for this...
Thanks.
The following code will give you the ID of collector of solid:
hm_getvalue solids id=NUM dataname=collector
Where NUM is solid ID.
Perfect! I tried the same line but with 'component' instead of 'collector'...
Thanks a lot.