:class:`InverseSimulationParameters` ==================================== .. py:class:: ansys.speos.core.generic.parameters.InverseSimulationParameters Inverse Simulation Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: InverseSimulationParameters 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_passes_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:`~splitting` - * - :py:attr:`~minimum_energy_percentage` - * - :py:attr:`~number_of_gathering_rays_per_source` - * - :py:attr:`~maximum_gathering_error` - Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import InverseSimulationParameters 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_passes_number :type: int :value: 5 .. 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: False .. py:attribute:: geom_distance_tolerance :type: float :value: 0.01 .. py:attribute:: max_impact :type: int :value: 100 .. py:attribute:: splitting :type: bool :value: False .. py:attribute:: minimum_energy_percentage :type: float :value: 0.005 .. py:attribute:: number_of_gathering_rays_per_source :type: int :value: 1 .. py:attribute:: maximum_gathering_error :type: int :value: 0