RadarSTCAttenuationDecayFactor#

class ansys.stk.core.stkobjects.RadarSTCAttenuationDecayFactor#

Bases: IRadarSTCAttenuation

Class defining an radar decay factor 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_factor

Get or set the decay factor.

Import detail#

from ansys.stk.core.stkobjects import RadarSTCAttenuationDecayFactor

Property detail#

property RadarSTCAttenuationDecayFactor.maximum_value: float#

Get or set the maximum value.

property RadarSTCAttenuationDecayFactor.start_value: float#

Get or set the start value.

property RadarSTCAttenuationDecayFactor.step_size: float#

Get or set the step size.

property RadarSTCAttenuationDecayFactor.start_range: float#

Get or set the start range.

property RadarSTCAttenuationDecayFactor.stop_range: float#

Get or set the stop range.

property RadarSTCAttenuationDecayFactor.decay_factor: float#

Get or set the decay factor.