@Stability(value=Stable)
public static interface CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getDecodeConfig()
Defines how the RF signal will be decoded.
|
default Object |
getDemodulationConfig()
Defines how the RF signal will be demodulated.
|
default Object |
getSpectrumConfig()
Defines the spectrum configuration.
|
@Stability(value=Stable) @Nullable default Object getDecodeConfig()
@Stability(value=Stable) @Nullable default Object getDemodulationConfig()
@Stability(value=Stable) @Nullable default Object getSpectrumConfig()
@Stability(value=Stable) static CfnConfig.AntennaDownlinkDemodDecodeConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.