Values.AntennaDownlinkDemodDecodeConfigSourceInformation about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
type nonrec t = {spectrumConfig : SpectrumConfig.t;Information about the spectral Config.
*)demodulationConfig : DemodulationConfig.t;Information about the demodulation Config.
*)decodeConfig : DecodeConfig.t;Information about the decode Config.
*)}val make :
spectrumConfig:SpectrumConfig.t ->
demodulationConfig:DemodulationConfig.t ->
decodeConfig:DecodeConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of JsonString.t
| `Structure of
(string * [> `Double of Double.t | `Enum of string ]) list ])
list ])
list ]