True if any part of the dome is currently moving, False if all dome components are steady.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property Slewing As Boolean
Get
property bool Slewing {
bool get ();
}
Property Value
Type:
BooleanRemarks Slewing must be implemented and must not throw a PropertyNotImplementedException.
Raises an error if
Slaved is True, if not supported, if a communications failure occurs, or if the dome can not reach indicated azimuth.
See Also