ITelescopeV4MoveAxis Method
Move the telescope in one axis at the given rate.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void MoveAxis(
TelescopeAxes Axis,
double Rate
)
Sub MoveAxis (
Axis As TelescopeAxes,
Rate As Double
)
void MoveAxis(
TelescopeAxes Axis,
double Rate
)
Parameters
- Axis TelescopeAxes
- The physical axis about which movement is desired
- Rate Double
- The rate of motion (deg/sec) about the specified axis
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescopeV2 | Platform 4.0 | Member added. |
| ITelescopeV4 | Platform 7.0 | Formally defined as operating asynchronously, see note above. |