TelescopeSlewing Property |
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic bool Slewing { get; }Public ReadOnly Property Slewing As Boolean
Get
public:
virtual property bool Slewing {
bool get () sealed;
}Property Value
Type:
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