Click or drag to resize

MeasurementTableMeasurementType Enumeration

Measurement type.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public enum MeasurementType
Members
Member nameValueDescription
Error0 Default mode. Values define the measured position.
Edit1 Direct input mode. Correction values will be replaced by the provided values [°;/µm].
Offset2 Offset mode. Values [bit] will be added to the correction values.
Scale3 Scaling mode. Correction values will be multiplied by the provide scale. Used by power calibration.
See Also