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.

Attributes