Identifying Current Collector
Altair Forum User
Altair Employee
Hi all,
i had created the collector with some variable name.
set NAME1 Elements1
*collectorcreateonly comps '$NAME1' '' 3
now i want to catch the name of the created collector or identify the current collector which is just created.
i am trying to catch the name through string ($NAME1) but collector is not coming its just an string.
even searched the through-out the libraries for catching current collector.
0
Answers
-
Hi
to query component info:
hm_info currentcollector comps
hm_entityinfo id comps $NAME1 -byname
0