MatrixACMagnetic#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MatrixACMagnetic(signal_sources: list[SourceACMagnetic], matrix_name: str | None = None)#

Matrix assignment for AC Magnetic solver.

Parameters:
signal_sourceslist[SourceACMagnetic]

List of signal sources.

matrix_namestr, optional

Name of the matrix. The default is None.

Examples

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

Attributes

MatrixACMagnetic.matrix_name

Value for matrix name.

MatrixACMagnetic.signal_sources

Value for signal sources.