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