.DESLib.SIMANLib.SRC.Elements.Attributes.get

Information

get value of attribute or one of its position (if matrix)

Interface

function get
  input Integer entity "entity with list of attributes";
  input Integer attrnum "attribute number in the list";
  input Integer row = 1 "row if attribute is a matrix";
  input Integer col = 1 "column if attribute is a matrix";
  output Real value "value of the attribute, or given position (row,col)";
end get;

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