TelescopeSlewing Property |
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic bool Slewing { get; }Public ReadOnly Property Slewing As Boolean
Get
public:
virtual property bool Slewing {
bool get () sealed;
}Property Value
BooleanImplements
ITelescopeV3Slewing
Exceptions
Remarks
Reading the property will raise an error if the value is unavailable.
If the telescope is not capable of asynchronous slewing,
this property will always be False.
The definition of "slewing" excludes motion caused by sidereal tracking,
PulseGuide,
RightAscensionRate, and
DeclinationRate.
It reflects only motion caused by one of the Slew commands,
flipping caused by changing the
SideOfPier property, or
MoveAxis(TelescopeAxes, Double).
See Also