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