ICogAcqStrobe StrobeEnabled Property Cognex VisionPro 9.7
Whether the strobe is enabled.

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

bool StrobeEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the strobe is enabled or disabled.

The following state flag may be affected:

  • SfEnabled
Remarks

Sets or gets whether the strobe is enabled. True if the strobe is enabled, false if the acquisition FIFO uses ambient lighting.

Default Value: False

See Also