modelWeeklySchedule
Weekly schedule example
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Example and consistency test for a weekly schedule.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | data | "#test: mon:0:0:10 - 3 1 - tue,thu:20:30:59 123 - 45 - wed 12 1 4 -" | Contents of schedule.txt |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Utilities.IO.Files.WeeklySchedule | weeSchFil | Weekly schedule example using file data source | |
| Buildings.Utilities.IO.Files.WeeklySchedule | weeSchStri | Weekly schedule example using parameter data source | |
| Diagnostics.AssertEquality[4] | assEqu | Trigger an assertion if the outputs differ |
Revisions
-
April 10 2022, by Filip Jorissen:
Added parameter source implementation. -
March 21 2022, by Filip Jorissen:
First implementation.