CogInputLine DebounceDuration Property Cognex VisionPro 9.22
Time in milliseconds from when a transition causes a LowToHigh or HighToLow event to fire, until another transition may fire another event.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public double DebounceDuration { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogInputLine Changed

Fires when the property value changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new duration is < 0.

    Remarks

    Time in milliseconds from when a transition causes a LowToHigh or HighToLow event to fire, until another transition may fire another event.

    Default Value: 50

    See Also