SpectrumConfig

Object that describes a spectral Config.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth limitations:

Link copied to clipboard

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.

Link copied to clipboard

Polarization of a spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

Functions

Link copied to clipboard
inline fun copy(block: SpectrumConfig.Builder.() -> Unit = {}): SpectrumConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String