For the complete documentation index, see llms.txt. This page is also available as Markdown.

Abstract Threshold

General Description

Base class for parameters returning one of two values depending on other state. API Reference

Attributes

Name
Description
Required

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

Example

coming soon...

{

}

Last updated

Was this helpful?