Get or set the trigger rate when the CogJob's StartMode is IssuedAtFixedRate.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Property Value
Type: Int32This 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the StartTriggerRate changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
Remarks
Examples
See Also