Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
EDGE_TRIGGER
EDGE_TRIGGER block
Block Screenshot
Palette
Description
This block generates an event on rising, falling or both edges of the input signal (depending on block parameter). A rising edge is a change in value from strictly negative to positive or zero, or a change in value from zero to strictly positive. A falling edge is the opposite.
Note that this block only generates an event if the input jumps due to an event. The generated event is synchronous with the event causing the jump. This block does not detect continuous-time zero-crossings. |
Dialog box
Rising (1), falling (-1), both (0)
Properties : Type 'vec' of size 1.
Default properties
always active: no
direct-feedthrough: no
zero-crossing: no
mode: no
regular inputs:
- port 1 : size [-1,1] / type 1
number/sizes of activation inputs: 0
number/sizes of activation outputs: 1
continuous-time state: no
discrete-time state: no
object discrete-time state: no
name of computational function: csuper
Interfacing function
SCI/modules/scicos_blocks/macros/Misc/EDGE_TRIGGER.sci
Edge Trigger example
Report an issue | ||
<< CLKSOMV_f | Events_pal | ESELECT_f >> |