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_sourceslistList of signal source names. ground_sourceslist, optionalList of ground source names. The default is an empty list. matrix_namestr, optionalName of the matrix. The default is None. Attributes MatrixElectric.matrix_name MatrixElectric.signal_sources MatrixElectric.ground_sources