"minimum"

Defines the lower limit of the value range.

Synopsis

shape.minimum(float limit);

Parameters

Parameter Description
limit Lower limit of the value range.

Description

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

Example

In the following example a lower limit of 0 is defined.

main()
{
  this.minimum(0);
}

Assignment

DialGauge EWO