CogAcqLineScan GetStepsPerLine Method Cognex VisionPro 9.8 SR1
Get the number of encoder steps per image line. The number of steps is StepsPerLine + Step16thsPerLine/16.

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

public virtual void GetStepsPerLine(
	out int stepsPerLine,
	out int step16thsPerLine
)

Parameters

stepsPerLine
Type: System Int32 

The number of encoder steps per line.

step16thsPerLine
Type: System Int32 

The number fractional steps per line as 1/16th steps that can be added to stepsPerLine to make up a single line.

Implements

ICogAcqLineScan GetStepsPerLine(Int32 , Int32 )
Remarks

Gets the number of encoder steps per image line. The number of steps is stepsPerLine + step16thsPerLine/16.

Note: steps16thsPerLine is ignored on MVS-8600.

Default Value: stepsPerLine: 3 step16thsPerLine: 0

See Also