.. :html_theme.sidebar_secondary.remove:

:orphan:

:py:mod:`comyx.network.base_station`
====================================

.. py:module:: comyx.network.base_station


Module Summary
---------------

Classes
~~~~~~~

.. autoapisummary::

   comyx.network.base_station.BaseStation





Reference
---------

.. py:class:: BaseStation(id_: str, n_antennas: int, position: Union[List[float], None] = None, t_power: Union[float, None] = None, r_sensitivity: Union[float, None] = None, radius: Union[float, None] = None)


   Bases: :py:obj:`comyx.network.transceiver.Transceiver`

   Represents a base station in the modelled environment.

   Identifiers may be of the form "BSx", where x is a positive integer. The
   first two characters indicate the type of transceiver, i.e., "BS" for base
   station. The remaining characters are the unique identifier of the base
   station. For example, "BS1" is a base station with identifier 1.

   .. py:property:: radius
      :type: float

      Return the radius of the base station.


