get_radiation_settings#

Icepak.get_radiation_settings(radiation: str) tuple[bool, bool]#

Get radiation settings.

Parameters:
radiationstr

Type of the radiation. Options are:

  • "Nothing"

  • "Low"

  • "High"

  • "Both"

Returns:
(bool, bool)

Tuple containing the low side radiation and the high side radiation.

Examples

>>> from ansys.aedt.core.icepak import Icepak
>>> obj = Icepak()
>>> obj.get_radiation_settings("Both")