Module Values.UplinkSpectrumConfigSource

Information about the uplink spectral Config.

Sourcetype nonrec t = {
  1. centerFrequency : Frequency.t;
    (*

    Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

    *)
  2. polarization : Polarization.t option;
    (*

    Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

    *)
}
Sourceval context_ : string
Sourceval make : ?polarization:??? -> centerFrequency:Frequency.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of Double.t | `Enum of string ]) 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