A TrackingPoint message contains pointing data of an antenna tracking controller for one tracking step. An array of TrackingPoint elements makes up the TrackingHistory which is described below
Data Model
| Key | Type | Value |
|---|---|---|
| time | String | A time stamp telling when this tracking point was recorded. The format follows ISO 8601, example: 2021-03-26T08:02:30Z, time zone is always UTC. |
| apos | Number | The azimuth pointing of the antenna after the tracking step. |
| epos | Number | The elevation pointing of the antenna after the tracking step. |
| blev | Number | The beacon level after the tracking step. |
| asucc | Boolean | True = the peaking process of the azimuth axis was successful. |
| apeak | Number | The azimuth peak position evaluated during the tracking step. Only meaningful if asucc is true. |
| esucc | Boolean | True = the peaking process of the elevation axis was successful. |
| epeak | Number | The elevation peak position evaluated during the tracking step. Only meaningful if esucc is true. |