.DESLib.SIMANLib.SRC.Elements.Variables.get

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

Interface

function get
  input Integer variable "reference to the variable";
  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 2025-05-11T18:20:05Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos