CogAcqMasterClockFrequency MasterClockFrequency Property Cognex VisionPro
Reads or sets the master clock frequency.

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

public virtual double MasterClockFrequency { get; set; }

Property Value

Type: Double

Implements

ICogAcqMasterClockFrequency MasterClockFrequency
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the clock frequency changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is < 5 or > 40.

Remarks

Sets or gets the master clock frequency in MHz. This is the clock signal sent from the CVM to the camera. This value indirectly controls the acquisition rate.

Default Value: Hardware dependent.

See Also