RefractionCoefficients ====================== .. py:class:: ansys.stk.core.stkobjects.RefractionCoefficients Coefficients for a polynomial in time_since_year_start that models the refraction index. .. py:currentmodule:: RefractionCoefficients Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c0` - Get or set the coefficient C0. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c1` - Get or set the coefficient C1. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c2` - Get or set the coefficient C2. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c3` - Get or set the coefficient C3. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c4` - Get or set the coefficient C4. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c5` - Get or set the coefficient C5. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c6` - Get or set the coefficient C6. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c7` - Get or set the coefficient C7. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c8` - Get or set the coefficient C8. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c9` - Get or set the coefficient C9. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.RefractionCoefficients.c10` - Get or set the coefficient C10. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RefractionCoefficients Property detail --------------- .. py:property:: c0 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c0 :type: float Get or set the coefficient C0. Dimensionless. .. py:property:: c1 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c1 :type: float Get or set the coefficient C1. Dimensionless. .. py:property:: c2 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c2 :type: float Get or set the coefficient C2. Dimensionless. .. py:property:: c3 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c3 :type: float Get or set the coefficient C3. Dimensionless. .. py:property:: c4 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c4 :type: float Get or set the coefficient C4. Dimensionless. .. py:property:: c5 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c5 :type: float Get or set the coefficient C5. Dimensionless. .. py:property:: c6 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c6 :type: float Get or set the coefficient C6. Dimensionless. .. py:property:: c7 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c7 :type: float Get or set the coefficient C7. Dimensionless. .. py:property:: c8 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c8 :type: float Get or set the coefficient C8. Dimensionless. .. py:property:: c9 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c9 :type: float Get or set the coefficient C9. Dimensionless. .. py:property:: c10 :canonical: ansys.stk.core.stkobjects.RefractionCoefficients.c10 :type: float Get or set the coefficient C10. Dimensionless.