:class:`VirtualBSDFSimulationParameters` ======================================== .. py:class:: ansys.speos.core.generic.parameters.VirtualBSDFSimulationParameters Virtual BSDF Simulation Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: VirtualBSDFSimulationParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~axis_system` - * - :py:attr:`~analysis_x_ratio` - * - :py:attr:`~analysis_y_ratio` - * - :py:attr:`~integration_angle` - * - :py:attr:`~stop_condition_ray_number` - * - :py:attr:`~geom_distance_tolerance` - * - :py:attr:`~max_impact` - * - :py:attr:`~minimum_energy_percentage` - * - :py:attr:`~colorimetric_standard` - * - :py:attr:`~wavelength_range` - * - :py:attr:`~sensor_sampling_mode` - Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import VirtualBSDFSimulationParameters Attribute detail ---------------- .. py:attribute:: axis_system :type: list[float] :value: [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1] .. py:attribute:: analysis_x_ratio :type: float :value: 100 .. py:attribute:: analysis_y_ratio :type: float :value: 100 .. py:attribute:: integration_angle :type: float :value: 2 .. py:attribute:: stop_condition_ray_number :type: int :value: 100000 .. py:attribute:: geom_distance_tolerance :type: float :value: 0.01 .. py:attribute:: max_impact :value: 100 .. py:attribute:: minimum_energy_percentage :type: float :value: 0.005 .. py:attribute:: colorimetric_standard :type: ColorimetricStandardTypes .. py:attribute:: wavelength_range :type: WavelengthsRangeParameters .. py:attribute:: sensor_sampling_mode :type: Optional[SensorSamplingUnionParameters]