Click or drag to resize

BaseDistanceSensorRingBufferResult Structure

[Missing <summary> documentation for "T:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.RingBufferResult"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    RAYLASE.Marker.Device.DistanceSensorBaseDistanceSensorRingBufferResult

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.32.0
Syntax
C#
public struct RingBufferResult

The BaseDistanceSensorRingBufferResult type exposes the following members.

Constructors
 NameDescription
Public methodBaseDistanceSensorRingBufferResultInitializes a new instance of the BaseDistanceSensorRingBufferResult class
Top
Properties
 NameDescription
Public propertyFWHM Full Width at Half Maximum (also HWHM) in µm.
Public propertyIntensity Intensity of the peak in dB.
Public propertyPeaks Position in µm of the peak gives the change in ray length, adapted to RAYGUIDE (invert peak).
Public propertyProcessedData Processed position data.
Public propertyRawSpectrum Raw spectrum data as acquired on the camera.
Public propertyRelativeIntensity Relative intensity in %.
Top
See Also