ConfigAntennaDownlinkDemodDecodeConfigArgs

data class ConfigAntennaDownlinkDemodDecodeConfigArgs(val decodeConfig: Output<ConfigDecodeConfigArgs>? = null, val demodulationConfig: Output<ConfigDemodulationConfigArgs>? = null, val spectrumConfig: Output<ConfigSpectrumConfigArgs>? = null) : ConvertibleToJava<ConfigAntennaDownlinkDemodDecodeConfigArgs>

Constructors

constructor(decodeConfig: Output<ConfigDecodeConfigArgs>? = null, demodulationConfig: Output<ConfigDemodulationConfigArgs>? = null, spectrumConfig: Output<ConfigSpectrumConfigArgs>? = null)

Properties

Link copied to clipboard

Defines how the RF signal will be decoded.

Link copied to clipboard

Defines how the RF signal will be demodulated.

Link copied to clipboard

Defines the spectrum configuration.

Functions

Link copied to clipboard
open override fun toJava(): ConfigAntennaDownlinkDemodDecodeConfigArgs