exosim.output.setOutput#
Classes#
It sets the output for the code. |
Module Contents#
- class SetOutput(filename=None, replace=True)[source]#
Bases:
exosim.log.LoggerIt sets the output for the code. This class created and initializes the output file. If a file name is provided, it loads the relative
Outputclass is instatiated. Otherwise anHDF5Outputis used by default for a temporary file.