modelDaySchedule
Schedule that repeats every day
Extends from Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable (Table look-up with respect to time and linear or periodic extrapolation).
Information
Time schedule that is used for set points.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | table (from TimeTable) | Table matrix (time = first column is time in seconds, unless timeScale <> 1) | |
| CDL.Types.Smoothness | smoothness (from TimeTable) | CDL.Types.Smoothness.LinearSegments | Smoothness of table interpolation |
| CDL.Types.Extrapolation | extrapolation (from TimeTable) | CDL.Types.Extrapolation.Periodic | Extrapolation of data outside the definition range |
| Real[:] | offset (from TimeTable) | fill(0, nout) | Offsets of output signals as a vector with length equal to number of table matrix columns less one |
| Real | timeScale (from TimeTable) | 1 | Time scale of first table column. Set to 3600 if time in table is in hours |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nout] | y (from TimeTable) | Output with tabulated values |
Revisions
-
September 30, 2013, by Michael Wetter:
Changed implementation of periodicity for MSL 3.2 table. -
October 6, 2011, by Michael Wetter:
First implementation.