"unit"
Allows to specify a unit which is shown at the EWO.
Synopsis
shape.unit(string unit);
Parameter
Parameter | Description |
---|---|
unit | The unit which shall be displayed. (e.g. m/s). |
Description
Allows to specify a unit which is shown at the EWO.
Example
In the following example, the unit "km/h" is displayed at the EWO.
main()
{
this.unit("km/h");
}
Assignment
DialGauge EWO