Irradiance3DSensorParameters#

class ansys.speos.core.generic.parameters.Irradiance3DSensorParameters#

Parameters class for 3D Irradiance Sensor.

Overview#

sensor_type

Type of the sensor.

measures

Measurement activation state.

integration_type

Integration type.

rayfile_type

Rayfile type stored.

layer_type

Layer separation type.

geometries

Sensor geometry.

Import detail#

from ansys.speos.core.generic.parameters import Irradiance3DSensorParameters

Attribute detail#

Irradiance3DSensorParameters.sensor_type: SensorTypes | ColorimetricParameters | SensorTypes#

Type of the sensor.

Irradiance3DSensorParameters.measures: MeasuresParameters#

Measurement activation state.

Irradiance3DSensorParameters.integration_type: IntegrationTypes | IntegrationTypes#

Integration type.

Irradiance3DSensorParameters.rayfile_type: RayfileTypes#

Rayfile type stored.

Irradiance3DSensorParameters.layer_type: LayerTypes | LayerTypes#

Layer separation type.

Irradiance3DSensorParameters.geometries: list | None = None#

Sensor geometry.