A C D E F G I M N P R S T U

A

abortSlew() - Method in interface scopedrivers.AscomInterface
Stops a slew in progress.
AlignmentMode - Variable in class scopedrivers.Ascom
 
Altitude - Variable in class scopedrivers.Ascom
 
ApertureDiameter - Variable in class scopedrivers.Ascom
 
Ascom - class scopedrivers.Ascom.
 
Ascom() - Constructor for class scopedrivers.Ascom
Ascom constructor comment.
AscomInterface - interface scopedrivers.AscomInterface.
Insert the type's description here.
Azimuth - Variable in class scopedrivers.Ascom
 

C

CanFindHome - Variable in class scopedrivers.Ascom
 
CanPark - Variable in class scopedrivers.Ascom
 
CanSetPark - Variable in class scopedrivers.Ascom
 
CanSetTracking - Variable in class scopedrivers.Ascom
 
CanSlew - Variable in class scopedrivers.Ascom
 
CanSlewAsync - Variable in class scopedrivers.Ascom
 
CanSync - Variable in class scopedrivers.Ascom
 
CanUnpark - Variable in class scopedrivers.Ascom
 
commandBlind(String) - Method in interface scopedrivers.AscomInterface
Send a string comand directly to the telescope without expecting response data.
commandBool(String) - Method in interface scopedrivers.AscomInterface
Send a string comand to the telescope, returning a true/false response Remarks: If you use this feature of the Telescope driver interface, your application will be dependent on the low-level protocol used by the particular scope you are connected to.
commandString(String) - Method in interface scopedrivers.AscomInterface
Send a string comand to the telescope, returning the response string Remarks: If you use this feature of the Telescope driver interface, your application will be dependent on the low-level protocol used by the particular scope you are connected to.
Connected - Variable in class scopedrivers.Ascom
 

D

Declination - Variable in class scopedrivers.Ascom
 
DeclinationRate - Variable in class scopedrivers.Ascom
 
Description - Variable in class scopedrivers.Ascom
 
DriverInfo - Variable in class scopedrivers.Ascom
 

E

ERR_SOURCE - Static variable in class scopedrivers.Ascom
 

F

findHome() - Method in interface scopedrivers.AscomInterface
Locates the telescope's "home" position Remarks: Raises an error if there is a problem.
FocalLength - Variable in class scopedrivers.Ascom
 

G

getAlignmentMode() - Method in class scopedrivers.Ascom
The alignment mode of the mount.
getAltitude() - Method in class scopedrivers.Ascom
Returns the Altitude (degrees, positive up) of the telescope's current alt/az coordinates Creation date: (7/20/01 3:02:41 PM)
getApertureDiameter() - Method in class scopedrivers.Ascom
Returns the telescope's effective aperture diameter (metres) Creation date: (7/20/01 3:02:41 PM)
getAzimuth() - Method in class scopedrivers.Ascom
Returns the azimuth (degrees, North-referenced, positive East/clockwise) of the telescope's current alt/az coordinates.
getDeclination() - Method in class scopedrivers.Ascom
Returns the declination (degrees) of the telescope's current local topocentric equatorial coordinates Remarks: Reading the property will raise an error if the value is unavailable.
getDeclinationRate() - Method in class scopedrivers.Ascom
Returns the declination tracking rate (arcseconds per second, default = 0.0) Remarks: The range of values supported is telescope specific.
getDescription() - Method in class scopedrivers.Ascom
Returns the long description of the telescope Remarks: This string may contain line endings and may be hundreds to thousands of characters long.
getDriverInfo() - Method in class scopedrivers.Ascom
Returns descriptive and version information about this ASCOM Telescope driver Remarks: This string may contain line endings and may be hundreds to thousands of characters long.
getFocalLength() - Method in class scopedrivers.Ascom
Returns the telescope's focal length, metres Creation date: (7/20/01 3:02:41 PM)
getName() - Method in class scopedrivers.Ascom
Returns the short name of the telescope, for display purposes Creation date: (7/20/01 3:02:41 PM)
getRightAscension() - Method in class scopedrivers.Ascom
Returns the right ascension (hours) of the telescope's current local topocentric equatorial coordinates Remarks: Reading the property will raise an error if the value is unavailable.
getRightAscensionRate() - Method in class scopedrivers.Ascom
Returns the right ascension tracking rate offset from sidereal (seconds per sidereal second, default = 0.0) Remarks: The range of values supported is telescope specific.
getSiderealTime() - Method in class scopedrivers.Ascom
Returns the local apparent sidereal time from the telescope's internal clock Remarks:Reading the property will raise an error if the value is unavailable.
getSiteElevation() - Method in class scopedrivers.Ascom
Returns the elevation above mean sea level (metres) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -300 through +10000 metres.
getSiteLatitude() - Method in class scopedrivers.Ascom
Returns the geodetic(map) latitude (degrees, positive North) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -90 to +90 degrees.
getSiteLongitude() - Method in class scopedrivers.Ascom
Returns the longitude (degrees, positive East) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -180 to +180 degrees.
getSlewSettleTime() - Method in class scopedrivers.Ascom
Returns the post-slew settling time (sec.).
getTargetDeclination() - Method in class scopedrivers.Ascom
Returns the local topocentric declination (degrees, positive North) for the target of a slew or sync operation Remarks: Setting this property will raise an error if the given value is outside the range -90 to +90 degrees.
getTargetRightAscension() - Method in class scopedrivers.Ascom
Returns the local topocentric right ascension (hours) for the target of a slew or sync operation Remarks: Setting this property will raise an error if the given value is outside the range 0 to 24 hours.
getUTCDate() - Method in class scopedrivers.Ascom
Returns the UTC date/time of the telescope's internal clock Remarks: Reading the property will raise an error if the value has never been set or is otherwise unavailable.

I

isCanFindHome() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed finding its home position (setFindHome() method) Creation date: (7/20/01 3:02:41 PM)
isCanPark() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed parking (setCanPark() method) Creation date: (7/20/01 3:02:41 PM)
isCanSetPark() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed setting of its park position (setCanSetPark() method Creation date: (7/20/01 3:02:41 PM)
isCanSetTracking() - Method in class scopedrivers.Ascom
True if the Telescope.Tracking property can be changed, turning telescope tracking on and off.
isCanSlew() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed slewing (synchronous or asynchronous) Remarks: If this is true, then only the synchronous slewing methods are guaranteed to be supported.
isCanSlewAsync() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed asynchronous slewing Remarks: This indicates the the asynchronous slewing methods are supported.
isCanSync() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed synching Creation date: (7/20/01 3:02:41 PM)
isCanUnpark() - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed unparking (setCanUnpark() method) Remarks: If this is true, then CanPark will also be true.
isConnected() - Method in class scopedrivers.Ascom
True if telescope connected, False otherwise
isSlewing() - Method in class scopedrivers.Ascom
True if telescope is currently moving to new target coordinates, False at all other times.
isTracking() - Method in class scopedrivers.Ascom
The state of the telescope's sidereal tracking drive.

M

MSG_NO_TARGET_COORDS - Static variable in class scopedrivers.Ascom
 
MSG_NOT_CONNECTED - Static variable in class scopedrivers.Ascom
 
MSG_NOT_IMPLEMENTED - Static variable in class scopedrivers.Ascom
 
MSG_PROP_NOT_SET - Static variable in class scopedrivers.Ascom
 
MSG_PROP_RANGE_ERROR - Static variable in class scopedrivers.Ascom
 
MSG_VAL_OUTOFRANGE - Static variable in class scopedrivers.Ascom
 

N

Name - Variable in class scopedrivers.Ascom
 

P

park() - Method in interface scopedrivers.AscomInterface
Move the telescope to its home position and stop tracking motion Remarks: Raises an error if there is a problem communicating with the telescope or if parking fails.

R

RightAscension - Variable in class scopedrivers.Ascom
 
RightAscensionRate - Variable in class scopedrivers.Ascom
 

S

setAlignmentMode(int) - Method in class scopedrivers.Ascom
The alignment mode of the mount.
setAltitude(double) - Method in class scopedrivers.Ascom
Sets the Altitude (degrees, positive up) of the telescope's current alt/az coordinates Creation date: (7/20/01 3:02:41 PM)
setApertureDiameter(double) - Method in class scopedrivers.Ascom
Sets the telescope's effective aperture diameter (metres) Creation date: (7/20/01 3:02:41 PM)
setAzimuth(double) - Method in class scopedrivers.Ascom
Sets the azimuth (degrees, North-referenced, positive East/clockwise) of the telescope's Creation date: (7/20/01 3:02:41 PM)
setCanFindHome(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed finding its home position Creation date: (7/20/01 3:02:41 PM)
setCanPark(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed parking Creation date: (7/20/01 3:02:41 PM)
setCanSetPark(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed setting of its park position Creation date: (7/20/01 3:02:41 PM)
setCanSetTracking(boolean) - Method in class scopedrivers.Ascom
True if the Telescope.Tracking property can be changed, turning telescope tracking on and off.
setCanSlew(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed slewing (synchronous or asynchronous) Remarks: If this is true, then only the synchronous slewing methods are guaranteed to be supported.
setCanSlewAsync(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed asynchronous slewing Remarks: This indicates the the asynchronous slewing methods are supported.
setCanSync(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed synching Creation date: (7/20/01 3:02:41 PM)
setCanUnpark(boolean) - Method in class scopedrivers.Ascom
True if this telescope is capable of programmed unparking (setCanUnpark() method) Remarks: If this is true, then CanPark will also be true.
setConnected(boolean) - Method in class scopedrivers.Ascom
True if telescope connected, False otherwise Remarks Set this property to True to connect to the telescope.
setDeclination(double) - Method in class scopedrivers.Ascom
Sets the declination (degrees) of the telescope's current local topocentric equatorial coordinates Remarks: Reading the property will raise an error if the value is unavailable.
setDeclinationRate(double) - Method in class scopedrivers.Ascom
Sets the declination tracking rate (arcseconds per second, default = 0.0) Remarks: The range of values supported is telescope specific.
setDescription(String) - Method in class scopedrivers.Ascom
Sets the long description of the telescope Remarks: This string may contain line endings and may be hundreds to thousands of characters long.
setDriverInfo(String) - Method in class scopedrivers.Ascom
Sets descriptive and version information about this ASCOM Telescope driver Remarks: This string may contain line endings and may be hundreds to thousands of characters long.
setFocalLength(double) - Method in class scopedrivers.Ascom
Sets the telescope's focal length, metres Creation date: (7/20/01 3:02:41 PM)
setName(String) - Method in class scopedrivers.Ascom
Sets the short name of the telescope, for display purposes Creation date: (7/20/01 3:02:41 PM)
setPark() - Method in interface scopedrivers.AscomInterface
Sets the telescope's park position to be its current position Remarks: Raises an error if there is a problem.
setRightAscension(double) - Method in class scopedrivers.Ascom
Sets the right ascension (hours) of the telescope's current local topocentric equatorial coordinates Remarks: Reading the property will raise an error if the value is unavailable.
setRightAscensionRate(double) - Method in class scopedrivers.Ascom
Sets the right ascension tracking rate offset from sidereal (seconds per sidereal second, default = 0.0) Remarks: The range of values supported is telescope specific.
setSiderealTime(double) - Method in class scopedrivers.Ascom
Sets the local apparent sidereal time from the telescope's internal clock Remarks:Reading the property will raise an error if the value is unavailable.
setSiteElevation(double) - Method in class scopedrivers.Ascom
Sets the elevation above mean sea level (metres) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -300 through +10000 metres.
setSiteLatitude(double) - Method in class scopedrivers.Ascom
Sets the geodetic(map) latitude (degrees, positive North) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -90 to +90 degrees.
setSiteLongitude(double) - Method in class scopedrivers.Ascom
Sets the longitude (degrees, positive East) of the site at which the telescope is located Remarks: Setting this property will raise an error if the given value is outside the range -180 to +180 degrees.
setSlewing(boolean) - Method in class scopedrivers.Ascom
True if telescope is currently moving to new target coordinates, False at all other times.
setSlewSettleTime(int) - Method in class scopedrivers.Ascom
Sets the post-slew settling time (sec.).
setTargetDeclination(double) - Method in class scopedrivers.Ascom
Sets the local topocentric declination (degrees, positive North) for the target of a slew or sync operation Remarks: Setting this property will raise an error if the given value is outside the range -90 to +90 degrees.
setTargetRightAscension(double) - Method in class scopedrivers.Ascom
Sets the local topocentric right ascension (hours) for the target of a slew or sync operation Remarks: Setting this property will raise an error if the given value is outside the range 0 to 24 hours.
setTracking(boolean) - Method in class scopedrivers.Ascom
The state of the telescope's sidereal tracking drive.
setupDialog() - Method in interface scopedrivers.AscomInterface
Displays a setup dialog, allowing the user to set telescope-specific values such as baud rate, geodetic position, etc.
setUTCDate(Date) - Method in class scopedrivers.Ascom
Sets the UTC date/time of the telescope's internal clock Remarks: Reading the property will raise an error if the value has never been set or is otherwise unavailable.
SiderealTime - Variable in class scopedrivers.Ascom
 
SiteElevation - Variable in class scopedrivers.Ascom
 
SiteLatitude - Variable in class scopedrivers.Ascom
 
SiteLongitude - Variable in class scopedrivers.Ascom
 
Slewing - Variable in class scopedrivers.Ascom
 
SlewSettleTime - Variable in class scopedrivers.Ascom
 
slewToCoordinates(double, double) - Method in interface scopedrivers.AscomInterface
Move the telescope to the given coordinates, return when slew is complete Remarks: Raises an error if the slew fails.
slewToCoordinatesAsync(double, double) - Method in interface scopedrivers.AscomInterface
Move the telescope to the given coordinates, return immediately after starting the slew.
slewToTarget() - Method in interface scopedrivers.AscomInterface
Move the telescope to the TargetRightAscension and TargetDeclination coordinates, return when slew complete.
slewToTargetAsync() - Method in interface scopedrivers.AscomInterface
Move the telescope to the TargetRightAscension and TargetDeclination coordinates, returns immediately after starting the slew.
syncToCoordinates(double, double) - Method in interface scopedrivers.AscomInterface
Matches the scope's coordinates to the given coordinates.
syncToTarget() - Method in interface scopedrivers.AscomInterface
Matches the telescope's current coordinates to Ascom.TargetRightAscension and Ascom.TargetDeclination Remarks: Raises an error if matching fails.

T

TargetDeclination - Variable in class scopedrivers.Ascom
 
TargetRightAscension - Variable in class scopedrivers.Ascom
 
teleAltAz - Variable in class scopedrivers.Ascom
 
teleGermanPolar - Variable in class scopedrivers.Ascom
 
telePolar - Variable in class scopedrivers.Ascom
 
Tracking - Variable in class scopedrivers.Ascom
 

U

unpark() - Method in interface scopedrivers.AscomInterface
Start tracking from the parked position, valid only after Park().
UTCDate - Variable in class scopedrivers.Ascom
 

A C D E F G I M N P R S T U