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:
illuminance_typeansys.api.speos.sensor.v1.sensor_pb2.IntegrationTypePlanar

SensorTypeColorimetric protobuf object to modify.

default_valuesbool

Uses default values when True.

stable_ctrbool

Variable to indicate if usage is inside class scope

Parameters:
  • illuminance_type (ansys.api.speos.sensor.v1.sensor_pb2.IntegrationTypePlanar)

  • default_values (bool)

  • stable_ctr (bool)

Notes

Do not instantiate this class yourself, use set_type_colorimetric method available in sensor classes.

Overview#

reflection

Get reflection settings.

transmission

Get transmission settings.

absorption

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.

property Measures.transmission: bool#

Get transmission settings.

Returns:
bool

True when transmission settings were set, False otherwise.

property Measures.absorption: bool#

Get absorption settings.

Returns:
bool

True when absorption settings were set, False otherwise.