SourceMagnetostatic#

class ansys.aedt.core.modules.boundary.maxwell_boundary.SourceMagnetostatic(name: str, return_path: str = 'infinite', turns_number: int = 1)#

Source definition for magnetostatic 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.

turns_numberint, optional

Number of turns for the source. The default value is 1.

Attributes