Get or set the trigger signal type. L4000 and L38 sensors only support Opto triggering.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
public virtual CogProfileCameraTriggerSignalConstants TriggerSignal { get; set; }public virtual CogProfileCameraTriggerSignalConstants TriggerSignal { get; set; }Public Overridable Property TriggerSignal As CogProfileCameraTriggerSignalConstants
Get
Set
Public Overridable Property TriggerSignal As CogProfileCameraTriggerSignalConstants
Get
Set
public:
virtual property CogProfileCameraTriggerSignalConstants TriggerSignal {
CogProfileCameraTriggerSignalConstants get ();
void set (CogProfileCameraTriggerSignalConstants value);
}public:
virtual property CogProfileCameraTriggerSignalConstants TriggerSignal {
CogProfileCameraTriggerSignalConstants get ();
void set (CogProfileCameraTriggerSignalConstants value);
}Property Value
Type:
CogProfileCameraTriggerSignalConstantsThe default is Opto.
Implements
ICogAcqProfileCamera TriggerSignal| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfTriggerSignal |
| Exception | Condition |
|---|
| ArgumentOutOfRangeException | If the supplied value is anything other than Opto for an L4000 or L38 sensor. |