Click or drag to resize

TelescopeState Class

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

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

The TelescopeState type exposes the following members.

Constructors
 NameDescription
Public methodTelescopeState Create a new TelescopeState instance
Public methodTelescopeState(IStateValueCollection, Object) Create a new TelescopeState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyAltitude Telescope altitude
Public propertyAtHome Telescope is at home
Public propertyAtPark Telescope is parked
Public propertyAzimuth Telescope azimuth
Public propertyDeclination Telescope declination
Public propertyIsPulseGuiding Telescope is pulse guiding
Public propertyRightAscension Telescope right ascension
Public propertySideOfPier Telescope pointing state
Public propertySiderealTime Telescope sidereal time
Public propertySlewing Telescope is slewing
Public propertyTimeStamp The time at which the state was recorded
Public propertyTracking Telescope is tracking
Public propertyUTCDate Telescope UTC date and time
Top
See Also