:class:`DirectSimulationParameters` =================================== .. py:class:: ansys.speos.core.generic.parameters.DirectSimulationParameters Direct Simulation Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: DirectSimulationParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ambient_material_uri` - * - :py:attr:`~light_expoert` - * - :py:attr:`~stop_condition_rays_number` - * - :py:attr:`~stop_condition_duration` - * - :py:attr:`~automatic_save_frequency` - * - :py:attr:`~colorimetric_standard` - * - :py:attr:`~dispersion` - * - :py:attr:`~geom_distance_tolerance` - * - :py:attr:`~max_impact` - * - :py:attr:`~minimum_energy_percentage` - Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import DirectSimulationParameters Attribute detail ---------------- .. py:attribute:: ambient_material_uri :type: Union[str, pathlib.Path] :value: '' .. py:attribute:: light_expoert :type: bool :value: False .. py:attribute:: stop_condition_rays_number :type: int :value: 200000 .. py:attribute:: stop_condition_duration :type: Optional[int] :value: None .. py:attribute:: automatic_save_frequency :type: int :value: 1800 .. py:attribute:: colorimetric_standard :type: ColorimetricStandardTypes .. py:attribute:: dispersion :type: bool :value: True .. py:attribute:: geom_distance_tolerance :type: float :value: 0.01 .. py:attribute:: max_impact :type: int :value: 100 .. py:attribute:: minimum_energy_percentage :type: float :value: 0.005