enable_modelcreation#
- Rmxprt.enable_modelcreation(solution_type: str | None = None) bool#
Enable model creation for the Maxwell model wizard.
- Parameters:
- solution_type
str Type of the solution. The default is
None.
- solution_type
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core import Rmxprt >>> rmxprt = Rmxprt() >>> rmxprt.enable_modelcreation()