Reads or sets the trigger model.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogAcqTriggerModelConstantsImplements
ICogAcqTrigger TriggerModelEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the trigger model is changed. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | val is not in CogAcqTriggerModelConstants or is Slave. |
| CogAcqNotAllowedForSlaveException | The acquisition FIFO is a slave. |
Remarks
Sets or gets the trigger model.
Changing the trigger model stops the current acquisition. Before changing the trigger model, use Flush to flush any pending acquisition requests.
See Also