User guide

GEL100340
Limit
Description
The input [x] is limited between two boundaries,
LowerLim [x]
and
UpperLim [x].
C-style description
if (In
c
LowerLim)
{
Out=LowerLim;
NegSat=l
;
PosSat=O;
I
else if (In
>
UpperLim)
{
Out=UpperLim;
NegSat=O
PosSat=l;
1
else
i
out=In;
NegSat=O;
PosSat=O;
Input
logical variables
None
Output logical variables
None
180