Click or drag to resize

DomeAbortSlew Method

Immediately stops any and all movement.

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public void AbortSlew()

Implements

IDomeV3AbortSlew
Exceptions
ExceptionCondition
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

Must be implemented, must not throw a MethodNotImplementedException.

Calling this method will immediately disable hardware slewing (Slaved will become ). Raises an error if a communications failure occurs, or if the command is known to have failed.

IDomeV3 Behaviour Clarification - Historically this method could operate synchronously or asynchronously with Slewing = indicating that movement had ceased. In IDomeV3 and later, AbortSlew is required to operate asynchronously using Slewing as the completion property. Synchronous behaviour is no longer supported and will be flagged as an issue by Conform Universal.

See Also