TelescopeTracking Property |
The state of the telescope's sidereal tracking drive.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic bool Tracking { get; set; }Public Property Tracking As Boolean
Get
Set
public:
virtual property bool Tracking {
bool get () sealed;
void set (bool value) sealed;
}Property Value
Type:
BooleanImplements
ITelescopeV3Tracking
Exceptions
Remarks
Changing the value of this property will turn the sidereal drive on and off.
However, some telescopes may not support changing the value of this property
and thus may not support turning tracking on and off.
See the
CanSetTracking property.
See Also