David ← Feedback for iCircuit My feedback 3 results found Add Boolean Logic to Expressions 1 vote Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · General · Edit… · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close David shared this idea · Apr 1, 2019 Use Expressions to Control Switches 2 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 1 comment · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment David commented · Apr 1, 2019 · Edit… · Delete… 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) Save Submitting... David shared this idea · Apr 1, 2019 Moving Components Only 15 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close David shared this idea · Sep 24, 2014
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)