Measures#
- class ansys.speos.core.sensor.Sensor3DIrradiance.Measures(illuminance_type, default_parameters=None, 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:
- illuminance_type
ansys.api.speos.sensor.v1.sensor_pb2.IntegrationTypePlanar SensorTypeColorimetric protobuf object to modify.
- default_parameters
Optional[ansys.speos.core.generic.parameters.MeasuresParameters]] =None Uses default values when True.
- stable_ctrbool
Variable to indicate if usage is inside class scope
- illuminance_type
- Parameters:
illuminance_type (ansys.api.speos.sensor.v1.sensor_pb2.IntegrationTypePlanar)
default_parameters (Optional[ansys.speos.core.generic.parameters.MeasuresParameters])
stable_ctr (bool)
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.
- Parameters:
- value: bool
True to activate measuring reflection, False to deactivate reflection.
- Returns:
- bool
True when reflection settings were set, False otherwise.