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