Error in a code while number of nodes is higher
hi,
when I am running my macro if the number of nodes is higher am getting the above error.
Any idea about this.
I used lists and 2 inner for loop for iterating through nodes.
Answers
-
Hi
Please replace {nodes $uniqueList} by 'nodes $uniqueList'
0 -
Altair Forum User said:
Hi
Please replace {nodes $uniqueList} by 'nodes $uniqueList'
hi tinh,
Thanks .
But initially when I running the macro for small model it worked.
why its not working for big ones.
0 -
Hi,
Maybe in small one, it does not call that command
0 -
Altair Forum User said:
Hi,
Maybe in small one, it does not call that command
hi,
Thanks tinh.
the command gets the call.
As per iterations I done and some studies came across I,i think may be the list which contains the nodes have some memory limitations.
0