Syntax
CCDCamera.GuiderMove ( Direction, Duration )
Parameters
GuiderDirectionType Direction - direction of slew
gdPlusX(0) : positive X direction
gdMinusX(1) : negative X direction
gdPlusY(2) : positive Y direction
gdMinusY(3) : negative Y direction
Float Duration - duration of slew, in seconds
Returns
Boolean - False if the slew fails; for instance, if no guider is connected. True otherwise.
Remarks
Activates a guider relay, to slew the mount. If the guider is currently busy (downloading an image, or slewing) then the slew command is queued, and starts as soon as the current task is complete. If the guider is idle, then the slew starts immediately. Use the GuiderMoving property to determine when the slew is complete