RaysNumberPerSource#

class ansys.speos.core.simulation.SimulationInteractive.RaysNumberPerSource(source_path, rays_nb)#

Structure to describe the number of rays requested for a specific source.

Parameters:
source_pathstr

Source selected via its path (“SourceName”).

rays_nbint, optional

Number of rays to be emitted by the source. If None is given, 100 rays will be sent.

Parameters:
  • source_path (str)

  • rays_nb (Optional[int])

Overview#

source_path

Source path.

rays_nb

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.