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: namestrName of the source. return_pathstr, optionalFor 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, optionalNumber of turns for the source. The default value is 1. Attributes SourceMagnetostatic.return_path SourceMagnetostatic.turns_number SourceMagnetostatic.name