| ICameraV2PixelSizeY Property |
Returns the height of the CCD chip pixels in microns.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxdouble PixelSizeY { get; }ReadOnly Property PixelSizeY As Double
Get
property double PixelSizeY {
double get ();
}Property Value
Type:
DoubleThe pixel size Y.
Exceptions| Exception | Condition |
|---|
| NotConnectedException | Must throw exception if data unavailable. |
See Also