You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AntennaDownlinkDemodDecodeConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  decode_config: { # required
    unvalidated_json: "JsonString", # required
  },
  demodulation_config: { # required
    unvalidated_json: "JsonString", # required
  },
  spectrum_config: { # required
    bandwidth: { # required
      units: "GHz", # required, accepts GHz, MHz, kHz
      value: 1.0, # required
    },
    center_frequency: { # required
      units: "GHz", # required, accepts GHz, MHz, kHz
      value: 1.0, # required
    },
    polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#decode_configTypes::DecodeConfig

Information about the decode Config.

Returns:

#demodulation_configTypes::DemodulationConfig

Information about the demodulation Config.

Returns:

#spectrum_configTypes::SpectrumConfig

Information about the spectral Config.

Returns: