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