Get the number of encoder steps per image line. The number of steps is StepsPerLine + Step16thsPerLine/16.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax
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