ConfigSpectrumConfig

data class ConfigSpectrumConfig(val bandwidth: ConfigFrequencyBandwidth? = null, val centerFrequency: ConfigFrequency? = null, val polarization: ConfigPolarization? = null)

Constructors

Link copied to clipboard
constructor(bandwidth: ConfigFrequencyBandwidth? = null, centerFrequency: ConfigFrequency? = null, polarization: ConfigPolarization? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:

Link copied to clipboard

The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

Link copied to clipboard

The polarization of the spectrum. Valid values are "RIGHT_HAND" and "LEFT_HAND" . Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.