Gaussian#
- class ansys.speos.core.intensity.Intensity.Gaussian(gaussian, gaussian_props, default_parameters=None)#
Intensity of type: Gaussian.
By default, full width at half maximum following x and y are set at 30 degrees, and total angle at 180 degrees. By default, no axis system is chosen, that means normal to surface map.
- Parameters:
- gaussian
ansys.api.speos.intensity.v1.IntensityTemplate.Gaussian Gaussian to complete.
- gaussian_props
ansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.IntensityProperties.GaussianProperties Gaussian properties to complete.
- default_parameters
Optional[Union[ansys.speos.core.generic.parameters.IntensitAsymmetricGaussianParameters,ansys.speos.core.generic.parameters.IntensitySymmetricGaussianParameters]] =None If defined the values in the Gaussian instance will be overwritten by the values of the data class.
- gaussian
- Parameters:
gaussian (ansys.speos.core.kernel.intensity_template.ProtoIntensityTemplate.Gaussian)
gaussian_props (ansys.speos.core.kernel.scene.ProtoScene.SourceInstance.IntensityProperties.GaussianProperties)
default_parameters (Optional[Union[ansys.speos.core.generic.parameters.IntensitAsymmetricGaussianParameters, ansys.speos.core.generic.parameters.IntensitySymmetricGaussianParameters]])
Overview#
Property of the full width following x at half maximum. |
|
Property of the full width following y at half maximum. |
|
Property of total angle of the emission of the light source. |
|
Property the intensity distribution axis system orientation. |
Import detail#
from ansys.speos.core.intensity.Intensity import Gaussian