IFocuserV4Move Method
Moves the focuser by the specified amount or to the specified position depending on the value of the
Absolute property.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void Move(
int Position
)
Sub Move (
Position As Integer
)
void Move(
int Position
)
Parameters
- Position Int32
- Step distance or absolute position, depending on the value of the Absolute property.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| InvalidValueException | If Position would result in a movement beyond MaxStep or otherwise out of range for the focuser. |
| 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. |
| Date | Version | Description |
|---|
| IFocuser | Platform 2.0 | Member added. |
| IFocuserV3 | Platform 6.4 | Move must not throw an exception when TempComp is , see above. |