Abstract Threshold
Last updated
Was this helpful?
Last updated
Was this helpful?
Base class for parameters returning one of two values depending on other state.
threshold
Threshold to compare the value of the recorder to
Yes
values
If the predicate evaluates False the zeroth value is returned, otherwise the first value is returned
Yes
predicate
One of {“LT”, “GT”, “EQ”, “LE”, “GE”}
Yes
ratchet
If true the parameter behaves like a ratchet. Once it is triggered first it stays in the triggered position (default=False)
Yes
coming soon...