MatrixMagnetostatic#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MatrixMagnetostatic(signal_sources: list[SourceMagnetostatic], group_sources: list[GroupSourcesMagnetostatic], matrix_name: str | None = None)#

Matrix assignment for magnetostatic solver.

Parameters:
signal_sourceslist[SourceMagnetostatic]

List of signal sources.

group_sourceslist[GroupSourcesMagnetostatic]

List of group sources.

matrix_namestr, optional

Name of the matrix. The default is None.

Attributes