jdoran Posted March 14, 2012 Posted March 14, 2012 (edited) This is something I have heard others talk about, but never actually got working for myself. Is it possible to reference a file with a dynamic name? I want to write out to a csv file during simulation runs, but the write originates from a submodel. This means that it is called multiple times, meaning that only one of my sub models actually gets to write. What is the easiest way to over come this? And yes, the write must originate from the sub-model. Edited April 4, 2012 by Guest
jdoran Posted March 14, 2012 Author Posted March 14, 2012 Found a sub-optimal solution. Have it reference a property, which I then set via the higher level model. Any other solutions?
Recommended Posts