Show / Hide Table of Contents

Class CfnConfig.AntennaDownlinkDemodDecodeConfigProperty

Provides information about how AWS Ground Station should configure an antenna for downlink during a contact.

Inheritance
object
CfnConfig.AntennaDownlinkDemodDecodeConfigProperty
Implements
CfnConfig.IAntennaDownlinkDemodDecodeConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.GroundStation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfig.AntennaDownlinkDemodDecodeConfigProperty : CfnConfig.IAntennaDownlinkDemodDecodeConfigProperty
Syntax (vb)
Public Class CfnConfig.AntennaDownlinkDemodDecodeConfigProperty Implements CfnConfig.IAntennaDownlinkDemodDecodeConfigProperty
Remarks

Use an antenna downlink demod decode config in a mission profile to receive the downlink data that has been demodulated and decoded.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkdemoddecodeconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.GroundStation;

             var antennaDownlinkDemodDecodeConfigProperty = new AntennaDownlinkDemodDecodeConfigProperty {
                 DecodeConfig = new DecodeConfigProperty {
                     UnvalidatedJson = "unvalidatedJson"
                 },
                 DemodulationConfig = new DemodulationConfigProperty {
                     UnvalidatedJson = "unvalidatedJson"
                 },
                 SpectrumConfig = new SpectrumConfigProperty {
                     Bandwidth = new FrequencyBandwidthProperty {
                         Units = "units",
                         Value = 123
                     },
                     CenterFrequency = new FrequencyProperty {
                         Units = "units",
                         Value = 123
                     },
                     Polarization = "polarization"
                 }
             };

Synopsis

Constructors

AntennaDownlinkDemodDecodeConfigProperty()

Provides information about how AWS Ground Station should configure an antenna for downlink during a contact.

Properties

DecodeConfig

Defines how the RF signal will be decoded.

DemodulationConfig

Defines how the RF signal will be demodulated.

SpectrumConfig

Defines the spectrum configuration.

Constructors

AntennaDownlinkDemodDecodeConfigProperty()

Provides information about how AWS Ground Station should configure an antenna for downlink during a contact.

public AntennaDownlinkDemodDecodeConfigProperty()
Remarks

Use an antenna downlink demod decode config in a mission profile to receive the downlink data that has been demodulated and decoded.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkdemoddecodeconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.GroundStation;

             var antennaDownlinkDemodDecodeConfigProperty = new AntennaDownlinkDemodDecodeConfigProperty {
                 DecodeConfig = new DecodeConfigProperty {
                     UnvalidatedJson = "unvalidatedJson"
                 },
                 DemodulationConfig = new DemodulationConfigProperty {
                     UnvalidatedJson = "unvalidatedJson"
                 },
                 SpectrumConfig = new SpectrumConfigProperty {
                     Bandwidth = new FrequencyBandwidthProperty {
                         Units = "units",
                         Value = 123
                     },
                     CenterFrequency = new FrequencyProperty {
                         Units = "units",
                         Value = 123
                     },
                     Polarization = "polarization"
                 }
             };

Properties

DecodeConfig

Defines how the RF signal will be decoded.

public object? DecodeConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkdemoddecodeconfig.html#cfn-groundstation-config-antennadownlinkdemoddecodeconfig-decodeconfig

Type union: either IResolvable or CfnConfig.IDecodeConfigProperty

DemodulationConfig

Defines how the RF signal will be demodulated.

public object? DemodulationConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkdemoddecodeconfig.html#cfn-groundstation-config-antennadownlinkdemoddecodeconfig-demodulationconfig

Type union: either IResolvable or CfnConfig.IDemodulationConfigProperty

SpectrumConfig

Defines the spectrum configuration.

public object? SpectrumConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkdemoddecodeconfig.html#cfn-groundstation-config-antennadownlinkdemoddecodeconfig-spectrumconfig

Type union: either IResolvable or CfnConfig.ISpectrumConfigProperty

Implements

CfnConfig.IAntennaDownlinkDemodDecodeConfigProperty
Back to top Generated by DocFX