public static interface CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
Use an antenna downlink demod decode config in a mission profile to receive the downlink data that has been demodulated and decoded.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.groundstation.*; AntennaDownlinkDemodDecodeConfigProperty antennaDownlinkDemodDecodeConfigProperty = AntennaDownlinkDemodDecodeConfigProperty.builder() .decodeConfig(DecodeConfigProperty.builder() .unvalidatedJson("unvalidatedJson") .build()) .demodulationConfig(DemodulationConfigProperty.builder() .unvalidatedJson("unvalidatedJson") .build()) .spectrumConfig(SpectrumConfigProperty.builder() .bandwidth(FrequencyBandwidthProperty.builder() .units("units") .value(123) .build()) .centerFrequency(FrequencyProperty.builder() .units("units") .value(123) .build()) .polarization("polarization") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder
A builder for
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty |
static class |
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder |
builder() |
default java.lang.Object |
getDecodeConfig()
Defines how the RF signal will be decoded.
|
default java.lang.Object |
getDemodulationConfig()
Defines how the RF signal will be demodulated.
|
default java.lang.Object |
getSpectrumConfig()
Defines the spectrum configuration.
|
default java.lang.Object getDecodeConfig()
default java.lang.Object getDemodulationConfig()
default java.lang.Object getSpectrumConfig()