ITelescopeV4PulseGuide Method
Moves the scope in the given direction for the given interval or time at
the rate given by the corresponding guide rate property
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void PulseGuide(
GuideDirections Direction,
int Duration
)
Sub PulseGuide (
Direction As GuideDirections,
Duration As Integer
)
void PulseGuide(
GuideDirections Direction,
int Duration
)
Parameters
- Direction GuideDirections
- The direction in which the guide-rate motion is to be made
- Duration Int32
- The duration of the guide-rate motion (milliseconds)
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescope | Platform 3.0 | Member added. |
| ITelescopeV4 | Platform 7.0 | Formally defined as operating asynchronously, see note above. |