RefractionCoefficients#

class ansys.stk.core.stkobjects.RefractionCoefficients#

Coefficients for a polynomial in time_since_year_start that models the refraction index.

Overview#

c0

Get or set the coefficient C0. Dimensionless.

c1

Get or set the coefficient C1. Dimensionless.

c2

Get or set the coefficient C2. Dimensionless.

c3

Get or set the coefficient C3. Dimensionless.

c4

Get or set the coefficient C4. Dimensionless.

c5

Get or set the coefficient C5. Dimensionless.

c6

Get or set the coefficient C6. Dimensionless.

c7

Get or set the coefficient C7. Dimensionless.

c8

Get or set the coefficient C8. Dimensionless.

c9

Get or set the coefficient C9. Dimensionless.

c10

Get or set the coefficient C10. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import RefractionCoefficients

Property detail#

property RefractionCoefficients.c0: float#

Get or set the coefficient C0. Dimensionless.

property RefractionCoefficients.c1: float#

Get or set the coefficient C1. Dimensionless.

property RefractionCoefficients.c2: float#

Get or set the coefficient C2. Dimensionless.

property RefractionCoefficients.c3: float#

Get or set the coefficient C3. Dimensionless.

property RefractionCoefficients.c4: float#

Get or set the coefficient C4. Dimensionless.

property RefractionCoefficients.c5: float#

Get or set the coefficient C5. Dimensionless.

property RefractionCoefficients.c6: float#

Get or set the coefficient C6. Dimensionless.

property RefractionCoefficients.c7: float#

Get or set the coefficient C7. Dimensionless.

property RefractionCoefficients.c8: float#

Get or set the coefficient C8. Dimensionless.

property RefractionCoefficients.c9: float#

Get or set the coefficient C9. Dimensionless.

property RefractionCoefficients.c10: float#

Get or set the coefficient C10. Dimensionless.