Analog Meter Element
The analog meter element adds a meter to measure a value to a project’s interface.
The analog meter element is located in the Element Toolbox within Studio’s Application tab.
Properties
The following properties can be changed for the analog meter element:
Name
The name of the element.
Visible
The state of the analog meter on the interface: visible or hidden.
Value
The current value the analog meter is set to.
Min Value
The minimum value of the analog meter.
Max Value
The maximum value of the analog meter.
Triggers
The following triggers are available to execute events from within the analog meter element:
Triggered
Execute an event when the source element connected to the analog meter triggers.
Abilities
The following abilities are available for the analog meter element when its source element triggers:
Trigger
Trigger the element(s) that follow the analog meter element.
Hide
Hide the analog meter.
Show
Display the analog meter.
Set Visible
Set the analog meter’s visibility: visible or hidden.
Set Visible Arguments | ||
---|---|---|
Name | Type | Description |
Visible | Boolean | The argument will be true or false. |
Set Value
Set the analog meter’s increment to the value provided.
Set Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Value of the analog meter. If the value outside the analog meter range this argument will do nothing. |
Set Min Value
Set the minimum value of the analog meter.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Minimum value of the analog meter. |
Set Max Value
Set the maximum value of the analog meter.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Maximum value of the analog meter. |