get_radiation_settings#
- Icepak.get_radiation_settings(radiation: str) tuple[bool, bool]#
Get radiation settings.
- Parameters:
- radiation
str Type of the radiation. Options are:
"Nothing""Low""High""Both"
- radiation
- Returns:
Examples
>>> from ansys.aedt.core.icepak import Icepak >>> obj = Icepak() >>> obj.get_radiation_settings("Both")