×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

TELESCOPE_PARK_POSITION

  • Posts: 10
  • Thank you received: 0
PyIndi
In the TELESCOPE_PARK_POSITION property it is possible to set the value of PARK_AZ and PARK_ALT instead of PARK_RA and PARK_DEC?

ex:
PARK={'alt': 0.1, 'az': 1.0 }
telescope_park_pos=device_telescope.getNumber("TELESCOPE_PARK_POSITION")
while not(telescope_park_pos):
time.sleep(0.5)
telescope_park_pos=device_telescope.getNumber("TELESCOPE_PARK_POSITION")
telescope_park_pos[0].value=PARK
telescope_park_pos[1].value=PARK
indiclient.sendNewNumber(telescope_park_pos)

Thanks
2 years 3 months ago #80582

Please Log in or Create an account to join the conversation.

Time to create page: 0.446 seconds