====Less Than Node==== The **Less Than** node is a [[folder_logic|Logic]] node that is used to determine if a value is **less than another**. This can also be done using the [[math_condition|Condition]] node. However, this version has [[hysteresis|hysteresis]]. This node is used in all [[analytic_modules|modules]]. {{logic_gt.png}} ===Inputs=== **A (Input #1)** is a //number// that you want to compare. \\ **B (Input #2)** is a //number// that you want to compare **against** \\ ===Outputs=== **Output #1** is //true// when A is less than B, and will return to being false once the value is safely back below. ===Options=== **Hyst** chooses the amount of [[hysteresis|hysteresis]] you'd like to apply to the comparison.