MatrixConvergenceDataEntry#

class ansys.edb.core.simulation_setup.adaptive_solutions.MatrixConvergenceDataEntry(port_1_name, port_2_name, mag_limit, phase_limit)#

Class representing a matrix convergence data entry.

Attributes:
port_1_namestr

str: Name of the first port.

port_2_namestr

str: Name of the second port.

mag_limitfloat

float: Magnitude limit.

phase_limitfloat

float: Phase limit.

Methods

Attributes