AdvancedQuadraticParams#
- class ansys.edb.core.utility.material_property_thermal_modifier_params.AdvancedQuadraticParams(temp_lower_limit_val='-273.15cel', temp_upper_limit_val='1000cel', auto_calc_constant_thermal_modifier_vals=True, lower_constant_thermal_modifier_val=1, upper_constant_thermal_modifier_val=1)#
 Represents advanced quadratic parameters.
- Attributes:
 - temp_lower_limit_valValueLike
 Lower temperature limit where the quadratic model is valid.
- temp_upper_limit_valValueLike
 Upper temperature limit where the quadratic model is valid.
- auto_calc_constant_thermal_modifier_valsbool
 Flag indicating if the values for the lower and upper constant thermal modifieries are to be automatically calculated.
- lower_constant_thermal_modifier_valValueLike
 Constant thermal modifier value for temperatures less than the lower constant thermal modifier value.
- upper_constant_thermal_modifier_valValueLike
 Constant thermal modifier value for temperatures greater than the upper constant thermal modifier value.
Methods