:orphan: Booster ======= **From:** `Sinara Open Hardware Project `_ **Class:** :py:class:`herosdevices.hardware.sinara.booster.Booster` **Driver Quality Index:** alpha Booster 8-channel RF Amplifier. .. tabs:: .. tab:: Arguments Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: :py:class:`herosdevices.hardware.sinara.booster.Booster` If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter. .. list-table:: :widths: 50 50 50 100 :header-rows: 1 * - Argument - Type - Default Value - Description * - **device** - **** - - * - port - - 5000 - * - read_timeout - - 1 - .. tab:: Example JSON for BOSS The following JSON strings can be used to start a HERO device representation of :py:class:`Booster ` using `BOSS `_. .. code-block:: json { "_id": "my_Booster", "classname": "herosdevices.hardware.sinara.booster.Booster", "arguments": { "device": "", "port": 5000, "read_timeout": 1 } } :sup:`generated from signature` .. tab:: Inheritance .. inheritance-diagram:: herosdevices.hardware.sinara.booster.Booster