MatrixConvergenceData#
- class ansys.edb.core.simulation_setup.adaptive_solutions.MatrixConvergenceData(mag_min_threshold=0.01, entry_list=None)#
Represents matrix convergence data for an adaptive frequency solution.
- Attributes:
mag_min_threshold
float
float
: Minimum magnitude threshold.entry_list
list
[MatrixConvergenceDataEntry
]list
ofMatrixConvergenceDataEntry
: Matrix entries.
Methods
MatrixConvergenceData.add_entry
(port_name_1, ...)Add a matrix entry.
Set all entries in the matrix to have the given magnitude and phase values.
Set all diagonal entries in the matrix to have the given magnitude and phase values.
Set all diagonal entries in the matrix to have the given magnitude and phase values.
Attributes