MotfConfigSuppressionDistance Property | 
            Gets or sets the distance during which transitions on the part sensor input are ignored after an
            initial transition that registers the part.
This parameter is effective only when EnableSuppression
            is set to true.
 Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.1
Syntaxpublic double SuppressionDistance { get; set; }Property Value
Double
Remarks
            Similarly to 
DebounceTime, this parameter suppresses undesired transitions on
            the part sensor.
            
However, SuppressionDistance defines
            a "dead-zone" based on distance, whereas DebounceTime suppresses them for a certain amount of time.
See Also