:class:`IntensitAsymmetricGaussianParameters` ============================================= .. py:class:: ansys.speos.core.generic.parameters.IntensitAsymmetricGaussianParameters Intensity Asymmetric Gaussian Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: IntensitAsymmetricGaussianParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~total_angle` - Total angular extent of the Gaussian distribution. * - :py:attr:`~fwhm_x` - Full width at half maximum along the X direction. * - :py:attr:`~fwhm_y` - Full width at half maximum along the Y direction. * - :py:attr:`~axis_system` - Axis system defining the asymmetric Gaussian orientation. Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import IntensitAsymmetricGaussianParameters Attribute detail ---------------- .. py:attribute:: total_angle :type: float :value: 180 Total angular extent of the Gaussian distribution. .. !! processed by numpydoc !! .. py:attribute:: fwhm_x :type: float :value: 30.0 Full width at half maximum along the X direction. .. !! processed by numpydoc !! .. py:attribute:: fwhm_y :type: float :value: 30.0 Full width at half maximum along the Y direction. .. !! processed by numpydoc !! .. py:attribute:: axis_system :type: list[float] :value: [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1] Axis system defining the asymmetric Gaussian orientation. .. !! processed by numpydoc !!