.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 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos