create_maxwell_design#

Rmxprt.create_maxwell_design(setup_name: str, variation: str = '', maxwell_2d: bool = True) bool | Maxwell2d | Maxwell3d#

Create a Maxwell design from Rmxprt project. Setup has to be solved to run this method.

Parameters:
setup_namestr

Name of setup.

variationstr, optional

Variation string to be applied.

maxwell_2dbool, optional

Whether if the model has to be exported in Maxwell 2D or Maxwell 3D. Default is True.

Returns:
ansys.aedt.core.maxwell.Maxwell2d or ansys.aedt.core.maxwell.Maxwell3d

Maxwell object.