.Bodylight.Types.Utilities.readReal_SI

Read the real value in SI units of parameter from file with lines in format: <parameterName>\n<value>

Interface

function readReal_SI
  extends Modelica.Icons.Function;
  input String name "Name of parameter";
  output Real value = 0 "Actual value of parameter in SI units";
end readReal_SI;

Generated at 2026-06-23T20:19:05Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos