| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.Types.SpectrumConfig
Description
Synopsis
- data SpectrumConfig = SpectrumConfig' {}
- newSpectrumConfig :: FrequencyBandwidth -> Frequency -> SpectrumConfig
- spectrumConfig_polarization :: Lens' SpectrumConfig (Maybe Polarization)
- spectrumConfig_bandwidth :: Lens' SpectrumConfig FrequencyBandwidth
- spectrumConfig_centerFrequency :: Lens' SpectrumConfig Frequency
Documentation
data SpectrumConfig Source #
Object that describes a spectral Config.
See: newSpectrumConfig smart constructor.
Constructors
| SpectrumConfig' | |
Fields
| |
Instances
Arguments
| :: FrequencyBandwidth | |
| -> Frequency | |
| -> SpectrumConfig |
Create a value of SpectrumConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:polarization:SpectrumConfig', spectrumConfig_polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
$sel:bandwidth:SpectrumConfig', spectrumConfig_bandwidth - Bandwidth of a spectral Config. AWS Ground Station currently has the
following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfigvalid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
$sel:centerFrequency:SpectrumConfig', spectrumConfig_centerFrequency - Center frequency of a spectral Config. Valid values are between 2200
to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for
uplink.
spectrumConfig_polarization :: Lens' SpectrumConfig (Maybe Polarization) Source #
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
spectrumConfig_bandwidth :: Lens' SpectrumConfig FrequencyBandwidth Source #
Bandwidth of a spectral Config. AWS Ground Station currently has the
following bandwidth limitations:
- For
AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz. - For
AntennaDownlinkconfigvalid values are between 10 kHz to 54 MHz. - For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
spectrumConfig_centerFrequency :: Lens' SpectrumConfig Frequency Source #
Center frequency of a spectral Config. Valid values are between 2200
to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for
uplink.