You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GroundStation::Types::UplinkSpectrumConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkSpectrumConfig
- Defined in:
- (unknown)
Overview
Note:
When passing UplinkSpectrumConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
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 the uplink spectral Config
.
Returned by:
Instance Attribute Summary collapse
-
#center_frequency ⇒ Types::Frequency
Center frequency of an uplink spectral
Config
. -
#polarization ⇒ String
Polarization of an uplink spectral
Config
.
Instance Attribute Details
#center_frequency ⇒ Types::Frequency
Center frequency of an uplink spectral Config
. Valid values are
between 2025 to 2120 MHz.
#polarization ⇒ String
Polarization of an uplink spectral Config
. Capturing both
"RIGHT_HAND"
and "LEFT_HAND"
polarization requires two separate
configs.
Possible values:
- LEFT_HAND
- NONE
- RIGHT_HAND