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:
Examples
>>> from ansys.aedt.core.modules.boundary.maxwell_boundary import MatrixElectric >>> obj = MatrixElectric()
Attributes
Value for matrix name.
Value for signal sources.
Value for ground sources.