| ITelescopeV3Slewing Property  | 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxReadOnly Property Slewing As Boolean
	Get
property bool Slewing {
	bool get ();
}Property Value
Type: 
Boolean
Exceptions| Exception | Condition | 
|---|
| PropertyNotImplementedException | If the property is not implemented. | 
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