libgs.groundstation.GroundStationBase.set_azel

GroundStationBase.set_azel(az, el, block=False)[source]

Set the az/el pointing for each installed rotators

Parameters:
  • az (float) – Azimuth angle
  • el (float) – Elevation angle
  • block (bool (optional)) – If true, wait for antennas to be in position before returning.