impure function getTimeZoneTMY3 extends Modelica.Icons.Function; input String filNam "Name of weather data file" annotation( Dialog(loadSelector(filter = "Weather files (*.mos)", caption = "Select weather file"))); output Modelica.Units.SI.Time timZon "Time zone from the weather file"; end getTimeZoneTMY3;
impure
declaration for MSL 4.0.0.
loadSelector
for MSL compliancy as reported by @tbeu at
RWTH-EBC/AixLib#107