set_temperature_dependence#
- Modeler3DLayout.set_temperature_dependence(include_temperature_dependence=True, enable_feedback=True, ambient_temp=22, create_project_var=False)[source]#
Set the temperature dependence for the design.
- Parameters:
- include_temperature_dependencebool,
optional
Whether to include the temperature setting for the design. The default is
True
.- enable_feedbackbool,
optional
Whether to enable feedback. The default is
True
.- ambient_temp
float
,optional
Ambient temperature. The default is
22
.- create_project_varbool,
optional
Whether to create a project variable for the ambient temperature. The default is
False
. IfTrue,
$AmbientTemp
is created.
- include_temperature_dependencebool,
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.SetTemperatureSettings