RefractionModelSCFMethod#
- class ansys.stk.core.stkobjects.RefractionModelSCFMethod#
SCF Method.
Overview#
Minimum altitude of target for which the refraction will be computed unless extrapolation is used. Uses Distance Dimension. |
|
Flag controls whether extrapolation is used past the minimum target altitude. |
|
Refraction will be ignored if object altitude is higher than the ceiling. Uses Distance Dimension. |
|
Altitude of the atmosphere. Used to compute the knee bend point of the refracted path. Uses Distance Dimension. |
|
Used to compute the distance to the knee bend point of the refracted path. Dimensionless. |
|
Flag controls whether a constant refraction index is used or the refraction polynomial fit. |
|
Index of refraction at the surface. Dimensionless. |
|
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.