Interface UplinkSpectrumConfig.Builder

    • Method Detail

      • centerFrequency

        UplinkSpectrumConfig.Builder centerFrequency​(Frequency centerFrequency)

        Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

        Parameters:
        centerFrequency - Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • polarization

        UplinkSpectrumConfig.Builder polarization​(String polarization)

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

        Parameters:
        polarization - Polarization of an uplink 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

        UplinkSpectrumConfig.Builder polarization​(Polarization polarization)

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

        Parameters:
        polarization - Polarization of an uplink 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