IRadarClutterMapModelConstantCoefficient ======================================== .. py:class:: ansys.stk.core.stkobjects.IRadarClutterMapModelConstantCoefficient Do not use this interface, as it is deprecated. Use ScatteringPointModelConstantCoefficient interface instead. Provides access to the properties and methods defining a radar clutter map constant coefficient model. .. py:currentmodule:: IRadarClutterMapModelConstantCoefficient Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterMapModelConstantCoefficient.constant_coefficient` - Do not use this property, as it is deprecated. Use ConstantCoefficient on ScatteringPointModelConstantCoefficient instead. Gets the constant coefficient value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarClutterMapModelConstantCoefficient Property detail --------------- .. py:property:: constant_coefficient :canonical: ansys.stk.core.stkobjects.IRadarClutterMapModelConstantCoefficient.constant_coefficient :type: float Do not use this property, as it is deprecated. Use ConstantCoefficient on ScatteringPointModelConstantCoefficient instead. Gets the constant coefficient value.