IO_out

Write the entire data stream to a file. Every variable in every block during every stage will be written. This can be used to output the results of the simulation, or to create data files that will be used as inputs in further simulation. Note that these files can be quite large.

This file will write in either a text or html format. Text is assumed unless the filename ends with ".html".

Parameters
NameTypeDescription
Filename string Name of file to create and fill with data.

Inputs
Every variable is considered an input. There is no need to specify any variable -- they will all be output.

Outputs
Nothing is added or changed in the data stream. A file will be created that contains all data.