Class: Aws::GroundStation::Types::AntennaDownlinkDemodDecodeConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#decode_configTypes::DecodeConfig

Information about the decode ‘Config`.

Returns:



123
124
125
126
127
128
129
# File 'lib/aws-sdk-groundstation/types.rb', line 123

class AntennaDownlinkDemodDecodeConfig < Struct.new(
  :spectrum_config,
  :demodulation_config,
  :decode_config)
  SENSITIVE = []
  include Aws::Structure
end

#demodulation_configTypes::DemodulationConfig

Information about the demodulation ‘Config`.



123
124
125
126
127
128
129
# File 'lib/aws-sdk-groundstation/types.rb', line 123

class AntennaDownlinkDemodDecodeConfig < Struct.new(
  :spectrum_config,
  :demodulation_config,
  :decode_config)
  SENSITIVE = []
  include Aws::Structure
end

#spectrum_configTypes::SpectrumConfig

Information about the spectral ‘Config`.



123
124
125
126
127
128
129
# File 'lib/aws-sdk-groundstation/types.rb', line 123

class AntennaDownlinkDemodDecodeConfig < Struct.new(
  :spectrum_config,
  :demodulation_config,
  :decode_config)
  SENSITIVE = []
  include Aws::Structure
end