CogAcqProfileCamera TriggerSignal Property Cognex VisionPro 9.8 SR1
Get or set the trigger signal type. L4000 sensors only support Opto triggering.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public virtual CogProfileCameraTriggerSignalConstants TriggerSignal { get; set; }

Property Value

Type: CogProfileCameraTriggerSignalConstants
The default is Opto.

Implements

ICogAcqProfileCamera TriggerSignal
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