RadarSTCAttenuationDecaySlope#

class ansys.stk.core.stkobjects.RadarSTCAttenuationDecaySlope#

Bases: IRadarSTCAttenuation

Class defining an radar decay slope stc.

Overview#

maximum_value

Get or set the maximum value.

start_value

Get or set the start value.

step_size

Get or set the step size.

start_range

Get or set the start range.

stop_range

Get or set the stop range.

decay_slope

Get or set the decay slope.

Import detail#

from ansys.stk.core.stkobjects import RadarSTCAttenuationDecaySlope

Property detail#

property RadarSTCAttenuationDecaySlope.maximum_value: float#

Get or set the maximum value.

property RadarSTCAttenuationDecaySlope.start_value: float#

Get or set the start value.

property RadarSTCAttenuationDecaySlope.step_size: float#

Get or set the step size.

property RadarSTCAttenuationDecaySlope.start_range: float#

Get or set the start range.

property RadarSTCAttenuationDecaySlope.stop_range: float#

Get or set the stop range.

property RadarSTCAttenuationDecaySlope.decay_slope: float#

Get or set the decay slope.