IObservingConditionsCloudCover Property
Amount of sky obscured by cloud

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

Property Value

Type: Double
percentage of the sky covered by cloud
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf this property is not available.
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
Remarks

Optional property, can throw a PropertyNotImplementedException

This property should return a value between 0.0 and 100.0 where 0.0 = clear sky and 100.0 = 100% cloud coverage
See Also