MeasurementTableMeasurementType Enumeration |
Measurement type.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic enum MeasurementType
MembersMember 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