MeasurementType Enumeration |
An enumeration describing the generalized category of a measurement.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum MeasurementType
Public Enumeration MeasurementType
public enum class MeasurementType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The measurement has not been categorized.
|
| TestData | 1 |
The measurement came from an automated tester that produces a very high volume of measurements which are rarely analyzed.
|
| ParametricData | 2 |
The measure came from a low volume source (such as a human), and is often analyzed or included in printed trace reports.
|
See Also