Measures
#
- class ansys.speos.core.sensor.Sensor3DIrradiance.Measures(illuminance_type, default_values=True, stable_ctr=False)#
Measures settings of 3D irradiance sensor : Additional Measures.
If you selected Photometric or Radiometric, in the Additional measures section, define which type of contributions (transmission, absorption, reflection) need to be taken into account for the integrating faces of the sensor.
- Parameters:
- Parameters:
Notes
Do not instantiate this class yourself, use set_type_colorimetric method available in sensor classes.
Overview#
Get reflection settings. |
|
Get transmission settings. |
|
Get absorption settings. |
Import detail#
from ansys.speos.core.sensor.Sensor3DIrradiance import Measures
Property detail#
- property Measures.reflection: bool#
Get reflection settings.
- Returns:
- bool
True when reflection settings were set, False otherwise.