.OpenModelica.Scripting.getComponentModifierValues

Returns the modifier for a component.

Information

Returns the modifier (including the submodfiers) for a component.

Example:

  model A
    B b1(a1(p1=5,p2=4));
  end A;

  getComponentModifierValues(A,b1.a1) => (p1 = 5, p2 = 4)

See also getComponentModifierValue().

Interface

function getComponentModifierValues
  input TypeName class_;
  input TypeName modifier;
  output String value;
end getComponentModifierValues;

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