Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%PulzB function


Function
The function generates the impulse of optional length and polarity. The result is Boolean type.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %PulzB(
   BOOL in StartTrigger, 
   BOOL in Polarity, 
   INT in Time, 
   UNIVAL in CalcTrigger
 )
Parameters


StartTriggerObject, change of which into the TRUE state runs the impulse.
PolarityGenerated impulse polarity.
TimeImpulse duration [s].
CalcTriggerObject, which change causes recalculating the function. Its type is
optional
arbitrary.