Module Values.AntennaUplinkConfigSource

Information about the uplink Config of an antenna.

Sourcetype nonrec t = {
  1. transmitDisabled : Boolean.t option;
    (*

    Whether or not uplink transmit is disabled.

    *)
  2. spectrumConfig : UplinkSpectrumConfig.t;
    (*

    Information about the uplink spectral Config.

    *)
  3. targetEirp : Eirp.t;
    (*

    EIRP of the target.

    *)
}
Sourceval context_ : string
Sourceval make : ?transmitDisabled:??? -> spectrumConfig:UplinkSpectrumConfig.t -> targetEirp:Eirp.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Structure of (string * [> `Double of Double.t | `Enum of string ]) 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