Dear All,
I havea macro in tcl that is working well in HW2024.1.
Running it in HW2025.1 I got error in a line as follow:
*createentity sets cardimage=GRNOD name=Striker_Slaves
set id_set_latest [hm_latestentityid sets]
set list_comps_add [hm_getvalue comps user_names={Canale Disco} dataname=id]
set command_add_comp "{comps $list_comps_add}"
set command_add_nodes "{sets $id_set_latest}"
*setvalue sets id=$id_set_latest ids=$command_add_comp
*setvalue rigidwalls id=1 STATUS=2 NodeSet_ID=$command_add_nodes
It is really strange because I never got error in these lines.
Are there any ideas about it?
Thanks a lot for help.
Best regards,
Fabio