SourceACMagnetic#

class ansys.aedt.core.modules.boundary.maxwell_boundary.SourceACMagnetic(name: str, return_path: str = 'infinite')#

Sources for AC Magnetic solver.

Parameters:
namestr

Name of the source.

return_pathstr, optional

For Maxwell 2D design types, the return_path parameter can be provided. If not the default value is “infinite”. For Maxwell 3D design types, this parameter is ignored.

Examples

>>> from ansys.aedt.core.modules.boundary.maxwell_boundary import SourceACMagnetic
>>> obj = SourceACMagnetic()

Attributes

SourceACMagnetic.return_path

Path to return.

SourceACMagnetic.name

Value for name.