ICameraV2PixelSizeX Property |
Returns the width 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)
Syntax double PixelSizeX { get; }
ReadOnly Property PixelSizeX As Double
Get
property double PixelSizeX {
double get ();
}
Property Value
Type:
DoubleThe pixel size X.
Exceptions Exception | Condition |
---|
NotConnectedException | Must throw exception if data unavailable. |
See Also