functiongetTimeZoneTMY3
Gets the time zone from a TMY3 weather data file
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function returns the time zone of the TMY3 weather data file.Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | filNam | Name of weather data file |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Time | timZon | Time zone from the weather file |
Revisions
-
September 24, 2015, by Marcus Fuchs:
Replace Dymola specific annotation byloadSelectorfor MSL compliancy as reported by @tbeu at RWTH-EBC/AixLib#107 -
March 5, 2011, by Michael Wetter:
First implementation.