Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
HYSTHERESIS
Hystheresis
Block Screenshot
Contents
Palette
Description
Switch output between two constants.The Relay block allows its output to switch between two specified values. When the relay is on, it remains on until the input drops below the value of the Switch off point parameter. When the relay is off, it remains off until the input exceeds the value of the Switch on point parameter. The block accepts one input and generates one output.
Dialog box
Switch on at
The Switch on point parameter is converted to the input data type offline using round-to-nearest and saturation.
Properties : Type 'vec' of size 1
Switch off at
The Switch off point parameter is converted to the input data type offline using round-to-nearest and saturation.
Properties : Type 'vec' of size 1
Output when on
The output when the relay is on.
Properties : Type 'vec' of size 1
Output when off
The output when the relay is off.
Properties : Type 'vec' of size 1
Use zero crossing: yes
Select to enable zero crossing detection to detect switch-on and switch-off points.
Properties : Type 'vec' of size 1
Default properties
always active: no
direct-feedthrough: yes
zero-crossing: yes
mode: yes
regular inputs:
- port 1 : size [1,1] / type 1
regular outputs:
- port 1 : size [1,1] / type 1
number/sizes of activation inputs: 0
number/sizes of activation outputs: 0
continuous-time state: no
discrete-time state: no
object discrete-time state: no
name of computational function: hystheresis
Interfacing function
SCI/modules/scicos_blocks/macros/Misc/HYSTHERESIS.sci
Computational function
SCI/modules/scicos_blocks/src/c/hystheresis.c (Type 4)
Example
Report an issue | ||
<< DEADBAND | Discontinuities palette | RATELIMITER >> |