Click or drag to resize

ObservingConditionsState Class

Class that presents the device's operation state as a set of nullable properties
Inheritance Hierarchy
SystemObject
  ASCOM.DriverAccessObservingConditionsState

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public class ObservingConditionsState

The ObservingConditionsState type exposes the following members.

Constructors
 NameDescription
Public methodObservingConditionsState Create a new ObservingConditionsState instance
Public methodObservingConditionsState(IStateValueCollection, Object) Create a new ObservingConditionsState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyCloudCover Telescope altitude
Public propertyDewPoint Telescope is at home
Public propertyHumidity Telescope is parked
Public propertyPressure Telescope azimuth
Public propertyRainRate Telescope declination
Public propertySkyBrightness Telescope is pulse guiding
Public propertySkyQuality Telescope right ascension
Public propertySkyTemperature Telescope pointing state
Public propertyStarFWHM Telescope sidereal time
Public propertyTemperature Telescope is slewing
Public propertyTimeStamp The time at which the state was recorded
Public propertyWindDirection Telescope is tracking
Public propertyWindGust Telescope UTC date and time
Public propertyWindSpeed Telescope UTC date and time
Top
See Also