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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

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.

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