ICogAcqProfileCamera TriggerSignal Property Cognex VisionPro 9.10
Get or set the trigger signal type. L4000 sensors only support Opto triggering.

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

CogProfileCameraTriggerSignalConstants TriggerSignal { get; set; }

Property Value

Type: CogProfileCameraTriggerSignalConstants
The default is Opto.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfTriggerSignal
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is anything other than Opto for an L4000 sensor.
See Also