RayFileSourceParameters#

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

Parameters class for Ray File Source.

Overview#

ray_file_uri

Path to the ray file.

flux_type

Flux definition for the ray file source.

spectrum_type

Optional spectrum definition for the ray file source.

axis_system

Axis system used to position the source.

exit_geometry

Optional list of exit geometries associated with the source.

Import detail#

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

Attribute detail#

RayFileSourceParameters.ray_file_uri: str | pathlib.Path = ''#

Path to the ray file.

RayFileSourceParameters.flux_type: LuminousFluxParameters | RadiantFluxParameters | FluxFromFileParameters#

Flux definition for the ray file source.

RayFileSourceParameters.spectrum_type: SpectrumBlackBodyParameters | SpectrumLibraryParameters | SpectrumMonochromaticParameters | None = None#

Optional spectrum definition for the ray file source.

RayFileSourceParameters.axis_system: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#

Axis system used to position the source.

RayFileSourceParameters.exit_geometry: list[str] | None = None#

Optional list of exit geometries associated with the source.