AtmosphericTurbulenceModelHufnagelValley ======================================== .. py:class:: ansys.stk.core.stkobjects.AtmosphericTurbulenceModelHufnagelValley Bases: :py:class:`~ansys.stk.core.stkobjects.IAtmosphericTurbulenceModel` Class defining a Hufnagel Valley atmospheric turbulence model. .. py:currentmodule:: AtmosphericTurbulenceModelHufnagelValley Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AtmosphericTurbulenceModelHufnagelValley.nominal_ground_refractive_index_structure_parameter` - Get or set the refractive index structure parameter value. * - :py:attr:`~ansys.stk.core.stkobjects.AtmosphericTurbulenceModelHufnagelValley.wind_speed` - Get or set the wind speed value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AtmosphericTurbulenceModelHufnagelValley Property detail --------------- .. py:property:: nominal_ground_refractive_index_structure_parameter :canonical: ansys.stk.core.stkobjects.AtmosphericTurbulenceModelHufnagelValley.nominal_ground_refractive_index_structure_parameter :type: float Get or set the refractive index structure parameter value. .. py:property:: wind_speed :canonical: ansys.stk.core.stkobjects.AtmosphericTurbulenceModelHufnagelValley.wind_speed :type: float Get or set the wind speed value.