RefractionModelSCFMethod#

class ansys.stk.core.stkobjects.RefractionModelSCFMethod#

SCF Method.

Overview#

minimum_target_altitude

Minimum 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 minimum target altitude.

ceiling

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

atmosphere_altitude

Altitude of the atmosphere. Used to compute the knee bend point of the refracted path. Uses Distance Dimension.

knee_bend_factor

Used to compute the distance to the knee bend point of the refracted path. Dimensionless.

use_refraction_index

Flag controls whether a constant refraction index is used or the refraction polynomial fit.

refraction_index

Index of refraction at the surface. Dimensionless.

coefficients

Get the polynomial coefficients.

Import detail#

from ansys.stk.core.stkobjects import RefractionModelSCFMethod

Property detail#

property RefractionModelSCFMethod.minimum_target_altitude: float#

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

property RefractionModelSCFMethod.use_extrapolation: bool#

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

property RefractionModelSCFMethod.ceiling: float#

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

property RefractionModelSCFMethod.atmosphere_altitude: float#

Altitude of the atmosphere. Used to compute the knee bend point of the refracted path. Uses Distance Dimension.

property RefractionModelSCFMethod.knee_bend_factor: float#

Used to compute the distance to the knee bend point of the refracted path. Dimensionless.

property RefractionModelSCFMethod.use_refraction_index: bool#

Flag controls whether a constant refraction index is used or the refraction polynomial fit.

property RefractionModelSCFMethod.refraction_index: float#

Index of refraction at the surface. Dimensionless.

property RefractionModelSCFMethod.coefficients: RefractionCoefficients#

Get the polynomial coefficients.