.DESLib.SIMANLib.SRC.Elements.Variables.set

Information

set value of a variable or one of its positions (if matrix)

Interface

function set
  input Integer variable "reference to the variable";
  input Real value "value of the variable, or given position (row,col)";
  input Integer row = 1 "row if attribute is a matrix";
  input Integer col = 1 "column if attribute is a matrix";
end set;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos