Field maxRange
Define the maximum range of measurement. This act as a maximum range clamp over the sensitivity threshold one. Every sample outside the max range will have a distance of 0 meter.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[Tooltip("Define the maximum range of measurement. This act as a maximum range clamp over the sensitivity threshold one.")]
[Field("Max range", PortDirection.Left, FieldExtra.Read)]
[SerializeField]
protected PortType<float> maxRange
Returns
Type | Description |
---|---|
PortType<float> |