We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8796c commit 57a3c4aCopy full SHA for 57a3c4a
ModelicaTableAdditions/Blocks/Test.mo
@@ -106,7 +106,7 @@ package Test "Test models"
106
107
model TestWeatherEPWFile "Weather data from EPW file"
108
extends Modelica.Icons.Example;
109
- constant Modelica.Units.SI.EnergyFluence unitEnergyFluence = 1;
+ constant Modelica.Units.SI.EnergyFluence unitEnergyFluence = 1 annotation(HideResult=true);
110
record EPWCols "Column indices of EPW file"
111
constant Integer 'dry bulb temperature' = 2 "EPW index for dry bulb temperature in degC";
112
constant Integer 'dew point temperature' = 3 "EPW index for dew point temperature in degC";
0 commit comments