Values.AntennaUplinkConfigSourceInformation about the uplink Config of an antenna.
type nonrec t = {transmitDisabled : Boolean.t option;Whether or not uplink transmit is disabled.
*)spectrumConfig : UplinkSpectrumConfig.t;Information about the uplink spectral Config.
*)targetEirp : Eirp.t;EIRP of the target.
*)}val make :
?transmitDisabled:??? ->
spectrumConfig:UplinkSpectrumConfig.t ->
targetEirp:Eirp.t ->
unit ->
t