Ansys Learning Forum › Forums › Discuss Simulation › Embedded Software › Replacing Nth element of array › Reply To: Replacing Nth element of array
November 12, 2024 at 8:31 pm
jeremy.rutman
Subscriber
For the Assign of Structured Element hidden parameter (the index) you can set [N] in the parameters box at the bottom.Â
Why this allows you to now use dynamic index is a mystery to me. If you go out of the array bounds nothing happens, so apparently Scade knows not to write past array bounds.Â
But if it knows how to do that then why throw the 'Identifier N should be static' that started me on this little journey?