Max Columns of Data Issue #2419
Answered by
christianlangevin
Jan 16, 2025
Replies: 3 comments 2 replies
|
Hey @tjfarnum, does setting the max columns the way you've shown work if you don't write to external files? I wonder if this is not implemented for the case where arrays are written to external files. |
1 reply
|
I poked around a bit and got it to work. All seems fine if you create the simulation from scratch, but if you load an existing model, then it behaves a little differently. The following works for me: Create a simulation and write it. Then load the simulation, make the changes, and write to a new folder. In this case, the arrays are written with one value per line. It looks like the |
1 reply
Answer selected by
tjfarnum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I poked around a bit and got it to work. All seems fine if you create the simulation from scratch, but if you load an existing model, then it behaves a little differently. The following works for me:
Create a simulation and write it.