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_name
str
str
: Name of the first port.port_2_name
str
str
: Name of the second port.mag_limit
float
float
: Magnitude limit.phase_limit
float
float
: Phase limit.
Methods
Attributes