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