TransmitterModelCable ===================== .. py:class:: ansys.stk.core.stkobjects.TransmitterModelCable Bases: :py:class:`~ansys.stk.core.stkobjects.ITransmitterModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining a cable transmitter model. .. py:currentmodule:: TransmitterModelCable Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.TransmitterModelCable.data_rate` - Get or set the data rate. * - :py:attr:`~ansys.stk.core.stkobjects.TransmitterModelCable.chips_per_bit` - Get or set the chips/bit. * - :py:attr:`~ansys.stk.core.stkobjects.TransmitterModelCable.spreading_gain` - Get the spreading gain. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import TransmitterModelCable Property detail --------------- .. py:property:: data_rate :canonical: ansys.stk.core.stkobjects.TransmitterModelCable.data_rate :type: float Get or set the data rate. .. py:property:: chips_per_bit :canonical: ansys.stk.core.stkobjects.TransmitterModelCable.chips_per_bit :type: int Get or set the chips/bit. .. py:property:: spreading_gain :canonical: ansys.stk.core.stkobjects.TransmitterModelCable.spreading_gain :type: float Get the spreading gain.