Stephanie Giovannini
03-13-2008, 03:10 PM
I'm not sure if this is the right forum but nothing else seemed to fit...
The model has a number of recorders with user-defined tables. I want the results of each replication to be dumped into csv files at the end of each replication, without the manual process of double-clicking the recorder, choosing View Captured Data and Export.
I don't know which command would do this. I'm guessing exporttable, but I can't find the "table" that the recorder is actually using. I wrote the following, which compiles and runs at the end of replication but does nothing:
exporttable(node("Recorder1", model()), "C:\Proj\recorder1.csv");
What should I be looking at? What command might actually do this?
The model has a number of recorders with user-defined tables. I want the results of each replication to be dumped into csv files at the end of each replication, without the manual process of double-clicking the recorder, choosing View Captured Data and Export.
I don't know which command would do this. I'm guessing exporttable, but I can't find the "table" that the recorder is actually using. I wrote the following, which compiles and runs at the end of replication but does nothing:
exporttable(node("Recorder1", model()), "C:\Proj\recorder1.csv");
What should I be looking at? What command might actually do this?