CustomPropagationModel ====================== .. py:class:: ansys.stk.core.stkobjects.CustomPropagationModel Class defining a custom propatation model. .. py:currentmodule:: CustomPropagationModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CustomPropagationModel.enable` - Get or set the option to use the custom model. * - :py:attr:`~ansys.stk.core.stkobjects.CustomPropagationModel.filename` - Get or set the custom model filename. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CustomPropagationModel Property detail --------------- .. py:property:: enable :canonical: ansys.stk.core.stkobjects.CustomPropagationModel.enable :type: bool Get or set the option to use the custom model. .. py:property:: filename :canonical: ansys.stk.core.stkobjects.CustomPropagationModel.filename :type: str Get or set the custom model filename.