.Modelica_Requirements.Internal.SlidingWindow.indexValue

Information

Returns the value at buffer index

Interface

function indexValue
  input Buffer buffer "Memory of sliding window";
  input Integer index(min = 1) "Index of time value (index >= 1; index=1: first)";
  output Boolean b "Value at buffer index";
end indexValue;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos