Interface Eirp.Builder

    • Method Detail

      • units

        Eirp.Builder units​(String units)

        Units of an EIRP.

        Parameters:
        units - Units of an EIRP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EirpUnits, EirpUnits
      • units

        Eirp.Builder units​(EirpUnits units)

        Units of an EIRP.

        Parameters:
        units - Units of an EIRP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EirpUnits, EirpUnits
      • value

        Eirp.Builder value​(Double value)

        Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.

        Parameters:
        value - Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
        Returns:
        Returns a reference to this object so that method calls can be chained together.