This package contains base classes that are used to construct the models in IBPSA.Utilities.IO.Files.
| Name | Description |
|---|---|
| FileWriter | Partial model for writing results to a .csv file |
| FileWriterObject | Class used to ensure that each CSV writer writes to a unique file |
| JSONWriterObject | Class used to ensure that each JSON writer writes to a unique file |
| OutputTime | Time when results are outputted |
| cacheVals | Function for caching results such that they can be written at destruction |
| writeJSON | Write a vector of Real variables to a JSON file |