Blocks that are described with boolean and logic statements and operations
Name | Description |
---|---|
Negative current logic block | |
Passes through the higher value of the two inputs | |
Passes through the lower value of the two inputs | |
Relay, y = if u1 > 0 then u2 else u3 | |
Relay, y = if u1 > Vov then u3 elseif u1 < -Vov then u4 else u2 |