.Bodylight.Types.Utilities.readReal

Read the real value of parameter from file with lines in format: <parameterName> <value> <unit>

Interface

function readReal
  extends Modelica.Icons.Function;
  input String name "Name of parameter";
  input String storeUnit "Preferred units to store variable value";
  input UnitConversions.RealTypeRecord[:] unitConversions = UnitConversions.RealTypeDef "Unit conversions";
  output Real value = 0 "Actual value of parameter in SI units";
end readReal;

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