RefractionModelEffectiveRadiusMethod#

class ansys.stk.core.stkobjects.RefractionModelEffectiveRadiusMethod#

Effective Radius Method.

Overview#

effective_radius

Effective radius used to compute refracted elevation. Dimensionless.

maximum_target_altitude

Maximum altitude of target for which the refraction will be computed unless extrapolation is used. Uses Distance Dimension.

use_extrapolation

Flag controls whether extrapolation is used past the maximum target altitude.

ceiling

Refraction will be ignored if object altitude is higher than the ceiling. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import RefractionModelEffectiveRadiusMethod

Property detail#

property RefractionModelEffectiveRadiusMethod.effective_radius: float#

Effective radius used to compute refracted elevation. Dimensionless.

property RefractionModelEffectiveRadiusMethod.maximum_target_altitude: float#

Maximum altitude of target for which the refraction will be computed unless extrapolation is used. Uses Distance Dimension.

property RefractionModelEffectiveRadiusMethod.use_extrapolation: bool#

Flag controls whether extrapolation is used past the maximum target altitude.

property RefractionModelEffectiveRadiusMethod.ceiling: float#

Refraction will be ignored if object altitude is higher than the ceiling. Uses Distance Dimension.