CogAcqOffsetClamp OffsetClampMode Property Cognex VisionPro 9.8 SR1
Get or set the mode for clamping and offset.

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

public virtual CogAcqOffsetClampConstants OffsetClampMode { get; set; }

Property Value

Type: CogAcqOffsetClampConstants

Implements

ICogAcqOffsetClamp OffsetClampMode
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the clamping mode changes.

The following state flag may be affected:

  • SfOffsetClamp
Exceptions

ExceptionCondition
ArgumentException

val is not in CogAcqOffsetClampConstants.

Remarks

Sets or gets the acquisition FIFO's clamping and offset mode.

Default Value: None

See Also