TelescopeTracking Property |
The state of the telescope's sidereal tracking drive.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
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
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