Module Values.AzElSegmentsSource

Azimuth elevation segment collection. Contains five or more time-ordered segments that define antenna pointing angles over the ephemeris validity period.

Sourcetype nonrec t = {
  1. angleUnit : AngleUnits.t;
    (*

    The unit of measure for azimuth and elevation angles. All angles in all segments must use the same unit.

    *)
  2. azElSegmentList : AzElSegmentList.t;
    (*

    List of azimuth elevation segments. Must contain between 1 and 100 segments. Segments must be in chronological order with no overlaps.

    *)
}
Sourceval context_ : string
Sourceval make : angleUnit:AngleUnits.t -> azElSegmentList:AzElSegmentList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t