Module Values.EirpSource

Object that represents EIRP.

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

    Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.

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

    Units of an EIRP.

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