IVideoV2PixelSizeX Property |
Returns the width of the CCD chip pixels in microns.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntaxdouble PixelSizeX { get; }
ReadOnly Property PixelSizeX As Double
Get
property double PixelSizeX {
double get ();
}
Property Value
DoubleThe pixel size X if known.
ExceptionsException | Condition |
---|
PropertyNotImplementedException | Must throw exception if not implemented. |
NotConnectedException | If the device is not connected |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
Revision HistoryDate | Version | Description |
---|
IVideo | Platform 6.1 | Member added. |
See Also