IVideoPixelSizeY Property
Returns the height of the CCD chip pixels in microns.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
double PixelSizeY { get; }

Property Value

Type: Double
The pixel size Y if known.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionMust throw exception if not implemented.
See Also