Module Values.FrequencySource

Object that describes the frequency.

Sourcetype nonrec t = {
  1. value : Double.t;
    (*

    Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

    *)
  2. units : FrequencyUnits.t;
    (*

    Frequency units.

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