Display a level bar that fills more or less as the input value varies between a minimum and a maximum threshold.
Note that any values outside the threshold will have no incidence and will simply display an empty bar (value under the minimum) or a full bar (value above the maximum).
The current value is displayed in the bar, and the value is relayed to the output with no modification.
Properties
Min
: Set the minimum threshold.
Default : 0.0
Max
: Set the maximum threshold.
Default : 1.0
Decimals
: Set the number of decimals to appear on the value displayed in the level bar.
Default : 3.0
Inputs
Name | Type | Description |
---|---|---|
Float | Float | Value to display in the level bar |
Outputs
Name | Type | Description |
---|---|---|
Float | Float | Relays the value from the input without modifying it |
Examples
Need more help with this?
Don’t hesitate to contact us here.