check_beta_option_enabled#
- Q2d.check_beta_option_enabled(beta_option: str) bool#
Check if a beta option is enabled.
- Parameters:
- beta_option
str Name of the beta option to check. For example,
'SF43060_HFSS_PI'.
- beta_option
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesktop.GetRegistryString
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.check_beta_option_enabled("HFSS_beta")