RaysNumberPerSource
#
- class ansys.speos.core.simulation.SimulationInteractive.RaysNumberPerSource(source_path, rays_nb)#
Structure to describe the number of rays requested for a specific source.
Overview#
Source path. |
|
Number of rays to be emitted by the source. If None, it means 100 rays. |
Import detail#
from ansys.speos.core.simulation.SimulationInteractive import RaysNumberPerSource
Attribute detail#
- RaysNumberPerSource.source_path#
Source path.
- RaysNumberPerSource.rays_nb#
Number of rays to be emitted by the source. If None, it means 100 rays.