ScatteringPointModelWindTurbine =============================== .. py:class:: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine Bases: :py:class:`~ansys.stk.core.stkobjects.IScatteringPointModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining a wind turbine scattering point model. .. py:currentmodule:: ScatteringPointModelWindTurbine Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_length` - Get the turbine blade length. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_rotation` - Get the turbine blade rotation. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.wind_direction` - Get the wind direction. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_scattering_cross_section` - Get the turbine blade scattering cross section. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.structure_scattering_cross_section` - Get the turbine structure scattering cross section. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScatteringPointModelWindTurbine Property detail --------------- .. py:property:: blade_length :canonical: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_length :type: float Get the turbine blade length. .. py:property:: blade_rotation :canonical: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_rotation :type: float Get the turbine blade rotation. .. py:property:: wind_direction :canonical: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.wind_direction :type: float Get the wind direction. .. py:property:: blade_scattering_cross_section :canonical: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.blade_scattering_cross_section :type: float Get the turbine blade scattering cross section. .. py:property:: structure_scattering_cross_section :canonical: ansys.stk.core.stkobjects.ScatteringPointModelWindTurbine.structure_scattering_cross_section :type: float Get the turbine structure scattering cross section.