Click or drag to resize

BaseDistanceSensorResult Class

A received measurement frame containing all measurement parameters for further analysis.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.DistanceSensorBaseDistanceSensorResult

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public class Result

The BaseDistanceSensorResult type exposes the following members.

Constructors
 NameDescription
Public methodBaseDistanceSensorResult Creates a new empty RaydimeMeterResult struct.
Public methodBaseDistanceSensorResult(NullableDouble, NullableDouble, NullableDouble, NullableDouble, NullableDouble, Single, Single, Nullabledvec3) Creates a new (partially) filled RaydimeMeterResult struct.
Top
Properties
 NameDescription
Public propertyFWHM Full Width at Half Maximum (also HWHM) in µm.
Public propertyIntensity Intensity of the peak in dB.
Public propertyPeak Position in µm of the peak gives the change in ray length, adapted to RAYGUIDE (invert peak).
Public propertyPosition Position the measurement was taken at.
Public propertyPositionCorrectedHeight Measured height corrected for beam angle at measurement position.
Public propertyProcessedData Processed position data.
Public propertyRawPeak Position in µm of the peak gives the change in ray length, as received from device.
Public propertyRawSpectrum Raw spectrum data as acquired on the camera.
Public propertyRelativeIntensity Relative intensity in %.
Top
See Also