Class CfnConfigPropsMixin.DemodulationConfigProperty
Defines demodulation settings.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GroundStation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfigPropsMixin.DemodulationConfigProperty : CfnConfigPropsMixin.IDemodulationConfigProperty
Syntax (vb)
Public Class CfnConfigPropsMixin.DemodulationConfigProperty Implements CfnConfigPropsMixin.IDemodulationConfigProperty
Remarks
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.CfnPropertyMixins.AWS.GroundStation;
var demodulationConfigProperty = new DemodulationConfigProperty {
UnvalidatedJson = "unvalidatedJson"
};
Synopsis
Constructors
| DemodulationConfigProperty() | Defines demodulation settings. |
Properties
| UnvalidatedJson | The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use. |
Constructors
DemodulationConfigProperty()
Defines demodulation settings.
public DemodulationConfigProperty()
Remarks
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.CfnPropertyMixins.AWS.GroundStation;
var demodulationConfigProperty = new DemodulationConfigProperty {
UnvalidatedJson = "unvalidatedJson"
};
Properties
UnvalidatedJson
The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
public string? UnvalidatedJson { get; set; }