IRotatorV3Sync Method |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| InvalidValueException | If Position is invalid. |
| NotConnectedException | If the device is not connected |
| DriverException | An 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. |
Must be implemented.
Introduced in IRotatorV3.
Once this method has been called and the sync offset determined, both the MoveAbsolute(Single) method and the Position property must function in synced coordinates rather than mechanical coordinates. The sync offset must persist across driver starts and device reboots.