:class:`VopOpticParameters` =========================== .. py:class:: ansys.speos.core.generic.parameters.VopOpticParameters Optics Material Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: VopOpticParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~index` - Real part of refractive index. * - :py:attr:`~absorption` - Absorption coefficient. * - :py:attr:`~constringence` - Abbe Number. Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import VopOpticParameters Attribute detail ---------------- .. py:attribute:: index :type: float :value: 1.5 Real part of refractive index. .. !! processed by numpydoc !! .. py:attribute:: absorption :type: float :value: 0 Absorption coefficient. .. !! processed by numpydoc !! .. py:attribute:: constringence :type: Optional[float] :value: None Abbe Number. .. !! processed by numpydoc !!