Interface SpectrumConfig.Builder

    • Method Detail

      • bandwidth

        SpectrumConfig.Builder bandwidth​(FrequencyBandwidth 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 AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.

        • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

        Parameters:
        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 AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.

        • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • centerFrequency

        SpectrumConfig.Builder centerFrequency​(Frequency 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • polarization

        SpectrumConfig.Builder polarization​(String polarization)

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

        Parameters:
        polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Polarization, Polarization
      • polarization

        SpectrumConfig.Builder polarization​(Polarization polarization)

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

        Parameters:
        polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Polarization, Polarization