.ExternalLibrary.Internal.externalLibraryFunction

Interface

function externalLibraryFunction
  input String filename;
  input String moduleName;
  input String functionName;
  input String pythonHome;
  input Integer nu;
  input Real[nu] u;
  input Integer ny;
  output Real[ny] y;
  output String errorMessage;
end externalLibraryFunction;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos