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