IFocuserV2Move Method |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
InvalidOperationException | If a Move operation is requested when TempComp is True |
NotConnectedException | If the device is not connected. |
DriverException | Must throw an exception if the call was not successful |
Must be implemented
If the Absolute property is True, then this is an absolute positioning focuser. The Move command tells the focuser to move to an exact step position, and the Position parameter of the Move method is an integer between 0 and MaxStep.If the Absolute property is False, then this is a relative positioning focuser. The Move command tells the focuser to move in a relative direction, and the Position parameter of the Move method (in this case, step distance) is an integer between minus MaxIncrement and plus MaxIncrement.