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