David
My feedback
3 results found
-
1 vote
David
shared this idea
·
-
2 votes
An error occurred while saving the comment
David
shared this idea
·
-
15 votes
David
shared this idea
·
Inverted: 1 + (SW1.S * -1)
Other functions may require evaluation of a boolean expression or
definition of how state value will interpret real values other than 0 or 1.
V Threshold: (to close at voltage above 450mV)
element.V > .450
element.V + .550
min((element.V + .550), 1)
sign(element.V - .450)