TimeInput

Clock to provide time-signal

Diagram

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 s so 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

TimeInputConverted

Parameters (2)

offset

Value: modelSettings.modelStartTime

Type: Time (s)

Description: Offset of output signal y (default = modelStartTime)

startTime

Value: modelSettings.modelStartTime

Type: Time (s)

Description: Output y = offset for time <= startTime (default = modelStartTime)

Connectors (1)

y

Type: RealOutput

Description: Output signal

Components (2)

modelSettings

Type: ModelSettings

Description: Setting important global variables within a model

contclock

Type: ContinuousClock

Description: Generate current time signal

Used in Examples (1)

DelayInformation

BusinessSimulation.Converters.DiscreteDelay

Pipeline information delay with awareness

Used in Components (2)

AccumulatedPerformance

BusinessSimulation.Examples.SoftwareReleaseProject

Weighted average performance per period

DelayFixed

BusinessSimulation.Converters.DiscreteDelay

Pipeline information delay without awareness

Revisions

  • Class adapted to be compliant with MSL 4.0.0 in v2.2.

  • Slightly modified Icon in v2.2.