The program is fully compatible with ASCOM platform ver.5.0. All the methods of the
ASCOM.Dome object are implemented here. Sample VBS script that runs the dome driver is
installed in Help directory.
Public Class Dome
Public Sub New()
Public Shared Sub RegisterASCOM(ByVal T As Type)
Public Shared Sub UnregisterASCOM(ByVal T As Type)
#Region "IDome Members"
Public Sub AbortSlew()
Public ReadOnly Property Altitude() As Double
Public ReadOnly Property AtHome() As Boolean
Public ReadOnly Property AtPark() As Boolean
Public ReadOnly Property Azimuth() As Double
Public ReadOnly Property CanFindHome() As Boolean
Public ReadOnly Property CanPark() As Boolean
Public ReadOnly Property CanSetAltitude() As Boolean
Public ReadOnly Property CanSetAzimuth() As Boolean
Public ReadOnly Property CanSetPark() As Boolean
Public ReadOnly Property CanSetShutter() As Boolean
Public ReadOnly Property CanSlave() As Boolean
Public ReadOnly Property CanSyncAzimuth() As Boolean
Public Sub CloseShutter()
Public Sub CommandBlind(ByVal Command As String)
Public Function CommandBool(ByVal Command As String) As Boolean
Public Function CommandString(ByVal Command As String) As String
Public Property Connected() As Boolean
Public ReadOnly Property Description() As String
Public ReadOnly Property DriverInfo() As String
Public Sub FindHome()
Public ReadOnly Property InterfaceVersion() As Short
Public ReadOnly Property Name() As String
Public Sub OpenShutter()
Public Sub Park()
Public Sub SetPark()
Public Sub SetupDialog()
Public ReadOnly Property ShutterStatus() As ShutterState
Public Property Slaved() As Boolean
Public Sub SlewToAltitude(ByVal Altitude As Double)