MatrixConvergenceDataEntry#
- class pyedb.grpc.database.simulation_setup.hfss_general_settings.MatrixConvergenceDataEntry(pedb, core)#
Overview#
Magnitude limit for the matrix convergence data entry. |
|
Phase limit for the matrix convergence data entry. |
|
Name of the first port. |
|
Name of the second port. |
Import detail#
from pyedb.grpc.database.simulation_setup.hfss_general_settings import MatrixConvergenceDataEntry
Property detail#
- property MatrixConvergenceDataEntry.mag_limit: float#
Magnitude limit for the matrix convergence data entry.
- Returns:
floatMagnitude limit value.
- property MatrixConvergenceDataEntry.phase_limit: float#
Phase limit for the matrix convergence data entry.
- Returns:
floatPhase limit value.
Attribute detail#
- MatrixConvergenceDataEntry.core#