impure functionconstructor
Creates an object for the weekly schedule
Extends from Modelica.Icons.Function (Icon for functions).
Information
Object for storing weekly schedules.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | tableOnFile | Table is on file | |
| String | sourceName | Data source | |
| Real | t_offset | When time=t_offset, the time is assumed to be monday at midnight | |
| String | data | Data, when tableOnFile=false |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| WeeklyScheduleObject | weeklySchedule | Pointer to the weekly schedule |
Revisions
-
March 9 2022, by Filip Jorissen:
First implementation.