"maximum"

Defines the upper limit of the value range.

Synopsis

shape.maximum(float limit);

Parameters

Parameter Description
limit Upper limit of the value range

Description

The value range which is displayed by the EWO can be specified. "maximum" defines the upper limit of the value range.

Example

In the following example a upper limit of 150 is defined.

main()
{
  this.maximum(150);
}

Assignment

DialGauge EWO