Matrix#

class pyaedt.modules.Boundary.Matrix(app, name, operations=None)[source]#

Manages Matrix in Q3d and Q2d Projects.

Methods

Matrix.add_operation(operation_type[, ...])

Add a new operation to existing matrix.

Matrix.create([source_names, new_net_name, ...])

Create a new matrix.

Matrix.delete()

Delete current matrix.

Matrix.get_sources_for_plot([...])

Return a list of source of specified matrix ready to be used in plot reports.

Matrix.sources([is_gc_sources])

List of matrix sources.

Attributes

Matrix.operations

List of matrix operations.