MatrixElectric#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MatrixElectric(signal_sources: list, ground_sources: list = <factory>, matrix_name: str | None = None)#

Matrix assignment for electric solvers.

Parameters:
signal_sourceslist

List of signal source names.

ground_sourceslist, optional

List of ground source names. The default is an empty list.

matrix_namestr, optional

Name of the matrix. The default is None.

Examples

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

Attributes

MatrixElectric.matrix_name

Value for matrix name.

MatrixElectric.signal_sources

Value for signal sources.

MatrixElectric.ground_sources

Value for ground sources.