CogOutputLine PulseDuration Property Cognex VisionPro 9.22 SR1
Time in milliseconds after which the output returns to its non-pulsed state. Ignored if PulseMode=cogOutputLinePulseModeNone.

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

public double PulseDuration { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogOutputLine 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 after which the output returns to its nonpulsed state. This value is ignored if PulseMode is None.

    Default Value: 50

    See Also