.ConPNlib.Functions.decreasingFactorIn

Information

calculation of decreasing factors

Interface

function decreasingFactorIn
  parameter input Integer nIn "number of input transitions";
  input Real t "marking";
  input Real maxMarks "maximum capacity";
  input Real speedOut "output speed";
  input Real maxSpeedIn[:] "maximum speeds of input transitions";
  input Real prelimSpeedIn[:] "preliminary speeds of input transitions";
  input Real arcWeightIn[:] "arc weights of input transitions";
  input Boolean firingIn[:] "firability of input transitions";
  input Boolean firingOut[:] "firability of input transitions";
  output Real decFactorIn[nIn] "decreasing factors for input transitions";
end decreasingFactorIn;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos