This function returns the start time (first time stamp) and end time (last time stamp plus average increment) of the TMY3 weather data file.
impure function getTimeSpanTMY3 extends Modelica.Icons.Function; input String filNam "Name of weather data file"; input String tabNam "Name of table on weather file"; output Modelica.Units.SI.Time[2] timeSpan "Start time, end time of weather data"; end getTimeSpanTMY3;
impure
declaration for MSL 4.0.0.