CogJob StartTriggerRate Property Cognex VisionPro 9.5
Get or set the trigger rate when the CogJob's StartMode is IssuedAtFixedRate.

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

public int StartTriggerRate { get; set; }

Property Value

Type: Int32
This property determines the rate at which software triggers are issued when the CogJob is in the IssuedAtFixedRate StartMode. The units are triggers per second. On some machines the maximum trigger rate is 30.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also