CogPrioEventResponseLine PulseDuration Property Cognex VisionPro 9.10
Gets or sets the length of a the pulse in milliseconds.

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

public double PulseDuration { get; set; }

Property Value

Type: Double
Set to 0.0 to indicate that the line is not pulsed.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if pulse duration is less than 0.0 or greater than the maximum valid pulse width.
See Also