CogPrio DebounceDuration Property Cognex VisionPro 9.5
Gets or sets the debounce duration in milliseconds for all input lines.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax

public double DebounceDuration { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to less than 0.005 or greater than 65.0
See Also