apply_icepak_settings#

Icepak.apply_icepak_settings(ambienttemp=20, gravityDir=5, perform_minimal_val=True, default_fluid='air', default_solid='Al-Extruded', default_surface='Steel-oxidised-surface')[source]#

Apply Icepak default design settings.

Parameters:
ambienttempfloat, str, optional

Ambient temperature, which can be an integer or a parameter already created in AEDT. The default is 20.

gravityDirint, optional

Gravity direction index in the range [0, 5]. The default is 5.

perform_minimal_valbool, optional

Whether to perform minimal validation. The default is True. If False, full validation is performed.

default_fluidstr, optional

Type of fluid. The default is "Air".

default_solidstr, optional

Type of solid. The default is "Al-Extruded".

default_surfacestr, optional

Type of surface. The default is "Steel-oxidised-surface".

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.SetDesignSettings