Error in a code while number of nodes is higher

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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.

 

<?xml version="1.0" encoding="UTF-8"?>error.png

Answers

  • tinh
    tinh Altair Community Member
    edited August 2017

    Hi

    Please replace {nodes $uniqueList} by 'nodes $uniqueList'

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2017

    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.

  • tinh
    tinh Altair Community Member
    edited August 2017

    Hi,

    Maybe in small one, it does not call that command

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2017

    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.