IntensityLibraryParameters#

class ansys.speos.core.generic.parameters.IntensityLibraryParameters#

Intensity Library Parameters.

Overview#

intensity_file_uri

Path to the intensity library file.

orientation_type

Orientation mode or explicit axis system for the library intensity.

exit_geometries

Optional list of source geometries where intensity exits.

Import detail#

from ansys.speos.core.generic.parameters import IntensityLibraryParameters

Attribute detail#

IntensityLibraryParameters.intensity_file_uri: str | pathlib.Path = ''#

Path to the intensity library file.

IntensityLibraryParameters.orientation_type: IntensityOrientationType | IntensityOrientationAxisSystemParameters#

Orientation mode or explicit axis system for the library intensity.

IntensityLibraryParameters.exit_geometries: list[str] | None = None#

Optional list of source geometries where intensity exits.