Module Values.FrequencyBandwidthSource

Object that describes the frequency bandwidth.

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

    Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations: For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz. For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

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

    Frequency bandwidth units.

    *)
}
Sourceval context_ : string
Sourceval make : value:Double.t -> units:BandwidthUnits.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