Values.AzElSegmentsSourceAzimuth elevation segment collection. Contains five or more time-ordered segments that define antenna pointing angles over the ephemeris validity period.
type nonrec t = {angleUnit : AngleUnits.t;The unit of measure for azimuth and elevation angles. All angles in all segments must use the same unit.
*)azElSegmentList : AzElSegmentList.t;List of azimuth elevation segments. Must contain between 1 and 100 segments. Segments must be in chronological order with no overlaps.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Double of Double.t ]) list ]
list
| `Structure of
(string
* [> `Timestamp of SyntheticTimestamp_date_time.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list ])
list ]