CogAcqStrobe StrobePulsePolarityHigh Property Cognex VisionPro
Whether strobe pulse polarity is high (True) or low (False).

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

public virtual bool StrobePulsePolarityHigh { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqStrobe StrobePulsePolarityHigh
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the polarity selection is changed.

The following state flag may be affected:

  • SfPulsePolarityHigh
Remarks

Sets or gets whether the polarity of the strobe pulse is high (True) or low (False).

Note: If you are using an MVS-8504 frame grabber with the TTL pass-through cable option (P/N 300-0390), the polarity information is reversed. When this value is True, the active pulse is set to low; when this value is False, the active pulse is set to High.

Default Value: True

See Also