blockTimeInput
Clock to provide time-signal
Extends from Interfaces.PartialConverters.InformationSource_SO (Generic Information Source), Icons.Clockface_white (Face of a clock).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output y is a time signal (e.g., a clock) → Modelica.Blocks.Sources.ContinuousClock.
Notes
- Time should always be given in the SI base unit
sso that models are compatible with those from other domains. - To provide a time signal in non-SI units (e.g.,
min, h, d, wk, ...), →TimeInputConverted may be used in rare cases.
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Time | offset | modelSettings.modelStartTime | Offset of output signal y (default = modelStartTime) |
| OutputType | startTime | modelSettings.modelStartTime | Output y = offset for time <= startTime (default = modelStartTime) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) | ||
| ModelSettings | modelSettings |
Revisions
- Class adapted to be compliant with MSL 4.0.0 in v2.2.
- Slightly modified Icon in v2.2.