MeasurementTableMeasurementType Enumeration | 
            Measurement type.
            
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.31.0
Syntaxpublic enum MeasurementType
Members| Member name | Value | Description | 
|---|
| Error | 0 | 
            Default mode. Values define the measured position.
             | 
| Edit | 1 | 
            Direct input mode. Correction values will be replaced by the provided values [°;/µm].
             | 
| Offset | 2 | 
             Offset mode. Values [bit] will be added to the correction values.
             | 
| Scale | 3 | 
             Scaling mode. Correction values will be multiplied by the provide scale. Used by power calibration.
             | 
See Also