.ExternData.Interfaces.XLS.getReal

Information

Interface

partial function getReal
  extends Modelica.Icons.Function;
  input String cellAddress = "A1" "Cell address";
  input String sheetName = "" "Sheet name";
  input Types.ExternXLSFile xls "External Excel XLS file object";
  output Real y "Real value";
  output Boolean exist "= true, if cellAddress exits; = false, if it does not exist and y is set to 0.0";
end getReal;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos