Reads the dimensions of image pixels in mm in the Y direction. Unlike XScale and ZScale, the YScale setting is not used by the acq system. It is only used to set the Y component of the transform of the acquired image. The default is 1.0.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThe dimensions of image pixels in mm in the Y direction.
Implements
ICogAcqRangeImage YScaleExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than YScaleMin or greater than YScaleMax. |
See Also