MaxwellMatrix#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MaxwellMatrix(app, parent_name, reduced_name)#

Provides methods to interact with reduced matrices in Maxwell.

This class allows sources in a reduced matrix to be listed, updated, and deleted.

Parameters:
apppyaedt.application.AnalysisMaxwell

Parent Maxwell application instance.

parent_namestr

Name of the parent matrix.

reduced_namestr

Name of the reduced matrix.

Methods

MaxwellMatrix.delete(source)

Delete a specified source in a reduced matrix.

MaxwellMatrix.update(old_source, source_type)

Update the reduced matrix.

Attributes

MaxwellMatrix.sources

List of matrix sources.