MatrixConvergenceDataEntry#

class pyedb.grpc.database.simulation_setup.hfss_general_settings.MatrixConvergenceDataEntry(pedb, core)#

Overview#

mag_limit

Magnitude limit for the matrix convergence data entry.

phase_limit

Phase limit for the matrix convergence data entry.

port_1_name

Name of the first port.

port_2_name

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:
float

Magnitude limit value.

property MatrixConvergenceDataEntry.phase_limit: float#

Phase limit for the matrix convergence data entry.

Returns:
float

Phase limit value.

property MatrixConvergenceDataEntry.port_1_name: str#

Name of the first port.

Returns:
str

First port name.

property MatrixConvergenceDataEntry.port_2_name: str#

Name of the second port.

Returns:
str

Second port name.

Attribute detail#

MatrixConvergenceDataEntry.core#