CoaxialAverageSensorInputs
#
- class ansys.additive.core.thermal_history.CoaxialAverageSensorInputs(radius: float = MIN_SENSOR_RADIUS, z_heights: list[Range] = None)#
Provides descriptions for coaxial average sensors.
Overview#
Minimum radius for the circular field of view of the sensor (m). |
|
Maximum radius for the circular field of view of the sensor (m). |
Import detail#
from ansys.additive.core.thermal_history import CoaxialAverageSensorInputs
Property detail#
- property CoaxialAverageSensorInputs.radius: float#
Radius of the circular field of the view of the sensor (m).
Valid values are from the
MIN_SENSOR_RADIUS
value to theMAX_SENSOR_RADIUS
value.
Attribute detail#
- CoaxialAverageSensorInputs.MIN_SENSOR_RADIUS = 5e-05#
Minimum radius for the circular field of view of the sensor (m).
- CoaxialAverageSensorInputs.MAX_SENSOR_RADIUS = 0.015#
Maximum radius for the circular field of view of the sensor (m).
Method detail#
- CoaxialAverageSensorInputs.__repr__()#