alpaca_telescope_slew
Slew an ASCOM Alpaca telescope to specified RA/Dec or Alt/Az coordinates. Uses Alpaca server IP and port to reposition the device.
Instructions
Slew an ASCOM Alpaca telescope to coordinates (RA/Dec or Alt/Az). Note: Device must be connected first using alpaca_device_connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address of the Alpaca server | |
| ra | No | Right Ascension in hours (0-24) | |
| dec | No | Declination in degrees (-90 to +90) | |
| port | Yes | Port number of the Alpaca server | |
| azimuth | No | Azimuth in degrees (0-360) | |
| altitude | No | Altitude in degrees (0-90) | |
| device_number | No | Device number (default: 0) |