RadarSTCAttenuationDecaySlope ============================= .. py:class:: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope Bases: :py:class:`~ansys.stk.core.stkobjects.IRadarSTCAttenuation` Class defining an radar decay slope stc. .. py:currentmodule:: RadarSTCAttenuationDecaySlope Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.maximum_value` - Get or set the maximum value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.start_value` - Get or set the start value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.step_size` - Get or set the step size. * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.start_range` - Get or set the start range. * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.stop_range` - Get or set the stop range. * - :py:attr:`~ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.decay_slope` - Get or set the decay slope. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarSTCAttenuationDecaySlope Property detail --------------- .. py:property:: maximum_value :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.maximum_value :type: float Get or set the maximum value. .. py:property:: start_value :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.start_value :type: float Get or set the start value. .. py:property:: step_size :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.step_size :type: float Get or set the step size. .. py:property:: start_range :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.start_range :type: float Get or set the start range. .. py:property:: stop_range :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.stop_range :type: float Get or set the stop range. .. py:property:: decay_slope :canonical: ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope.decay_slope :type: float Get or set the decay slope.