ScatteringPointModelConstantCoefficient ======================================= .. py:class:: ansys.stk.core.stkobjects.ScatteringPointModelConstantCoefficient Bases: :py:class:`~ansys.stk.core.stkobjects.IScatteringPointModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable`, :py:class:`~ansys.stk.core.stkobjects.IRadarClutterMapModelConstantCoefficient` Class defining a constant coefficient scattering point model. .. py:currentmodule:: ScatteringPointModelConstantCoefficient Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointModelConstantCoefficient.constant_coefficient` - Get the constant coefficient value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScatteringPointModelConstantCoefficient Property detail --------------- .. py:property:: constant_coefficient :canonical: ansys.stk.core.stkobjects.ScatteringPointModelConstantCoefficient.constant_coefficient :type: float Get the constant coefficient value.