modelTimeUtilities_test
Simulation to test the utilities concerning the time
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Overview
Simulation to test the functionality of time concerning models.
Concept
To check the calculations of models which are using the simulation time. There are no inputs required.
Output values can be easily displayed via the provided output ports, one for each data type (real and boolean).
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanOutput | boolNightMode | ||
| Modelica.Blocks.Interfaces.RealOutput[1] | realSamples |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Utilities.Sources.NightMode | nightMode | ||
| AixLib.Utilities.Sources.HourOfDay | hourOfDay |
Revisions
-
April 25, 2013 by Ole Odendahl:
Implemented model, added documentation and formatted appropriately