Click or drag to resize

MotfConfigEnableDebounce Property

Enables or disables debouncing of the part sensor input.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool EnableDebounce { get; set; }

Property Value

Boolean
trueThe first transition on the sensor input registers the part, but all subsequent transitions will be ignored for the length of time defined by DebounceTime.
falseAny transition on the sensor input registers the part.
See Also