ITransmitterModel ================= .. py:class:: ansys.stk.core.stkobjects.ITransmitterModel Provide access to the properties and methods defining a transmitter model. .. py:currentmodule:: ITransmitterModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ITransmitterModel.name` - Get the transmitter model name. * - :py:attr:`~ansys.stk.core.stkobjects.ITransmitterModel.type` - Get the transmitter model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ITransmitterModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.ITransmitterModel.name :type: str Get the transmitter model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.ITransmitterModel.type :type: TransmitterModelType Get the transmitter model type enumeration.