|
wcomp − Window comparator |
|
loadrt wcomp [count=N|names=name1[,name2...]] |
|
wcomp.N (uses floating-point) |
|
wcomp.N.out bit out |
|
True if in is between min and max |
|
wcomp.N.over bit out |
|
True if in is greater than max |
|
wcomp.N.under bit out |
|
True if in is less than min |
|
wcomp.N.in float in |
|
wcomp.N.min float rw |
|
Low boundary for comparison |
|
wcomp.N.max float rw |
|
High boundary for comparison |
|
Note that if min = max, strange things happen. |
|
GPL |