CogAcqProfileCamera LaserMode Property Cognex VisionPro 9.8
Reads or sets the mode of the laser. Default is Strobed. Laser is on when an image is acquired. "On" and "Off" are intended for setup and diagnostic purposes only. An L4000 sensor can not be set to 'On'.

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

public virtual CogAcqLaserModeConstants LaserMode { get; set; }

Property Value

Type: CogAcqLaserModeConstants
Determines the state of laser.

Implements

ICogAcqProfileCamera LaserMode
Events

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

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is 'On' for an L4000 sensor.
See Also