.OpenModelica.Scripting.setComponentProperties

Sets the properties of a component in a class.

Information

The prefixArray argument is an array of 4 or 5 values: final, flow, stream (optional), protected, replaceable.

Interface

function setComponentProperties
  input TypeName className;
  input TypeName componentName;
  input Boolean[:] prefixArray;
  input String[1] variability;
  input Boolean[2] innerOuter;
  input String[1] direction;
  output Boolean success;
end setComponentProperties;

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos