packageBaseClasses
Package with base classes for Buildings.Utilities.IO.Files
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Information
This package contains base classes that are used to construct the models in Buildings.Utilities.IO.Files.
Contents
| Name | Description |
|---|---|
| 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 |
| WeeklyScheduleObject | Class that loads a weekly schedule |
| cacheVals | Function for caching results such that they can be written at destruction |
| Print string to terminal or file | |
| writeJSON | Write a vector of Real variables to a JSON file |