Field sensitivity
Minimum radiant energy threshold (watts/m^2). Under this threshold, the sampling fails. Which means the return position and intensity will be 0.0. The default value for this parameter is 0, which means it always succeeds if bounced back to the photosensor.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[Tooltip("Minimum radiant energy threshold (watts/m^2). Under this threshold, the sampling fails. (0 (default) means always succeed if bounced back to photo detector).")]
[Field("Sensitivity", PortDirection.Left, FieldExtra.Read)]
[SerializeField]
protected PortType<float> sensitivity
Returns
Type | Description |
---|---|
PortType<float> |