.Modelica_Requirements.Internal.SlidingWindow.accumulatedDuration

Information

Returns the accumulated duration where buffer value is true in the sliding time window

Interface

function accumulatedDuration
  input Buffer buffer "Memory of sliding window";
  input Modelica.SIunits.Time t "Actual time instant";
  input Boolean b = false "Actual value at t (used if no element is in the buffer)";
  output Modelica.SIunits.Time duration "Accumulated duration where buffer value is true in window";
end accumulatedDuration;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos