Click or drag to resize

NumericRangeMeasurement Class

A specific type of Measurement used to record a range of numeric value against an Item.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class NumericRangeMeasurement : Measurement

The NumericRangeMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodNumericRangeMeasurement
Initializes a new instance of the NumericRangeMeasurement class
Top
Properties
  NameDescription
Public propertyEndValue
The actual ending value to be recorded for the Item.
Public propertyLowerControlLimit
The SPC Lower Control Limit (LCL) for this Measurement.
Public propertyStartValue
The actual starting value to be recorded for the Item.
Public propertyUpperControlLimit
The SPC Upper Control Limit (UCL) for this Measurement.
Top
See Also