Click or drag to resize

NumericMeasurement Class

A specific type of Measurement used to record a 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 NumericMeasurement : Measurement

The NumericMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodNumericMeasurement
Initializes a new instance of the NumericMeasurement class
Top
Properties
  NameDescription
Public propertyLowerControlLimit
The SPC Lower Control Limit (LCL) for this Measurement.
Public propertyMaxValue
The maximum acceptable value for this particular Measurement.
Public propertyMinValue
The minimum acceptable value for this particular Measurement.
Public propertyNominalValue
The theorectically ideal value for this particular Measurement.
Public propertyUpperControlLimit
The SPC Upper Control Limit (UCL) for this Measurement.
Public propertyValue
The actual numeric value to be recorded for the Item.
Top
See Also