ComponentPart#
- class pyedb.component_libraries.ansys_components.ComponentPart(name, index, sbin_file)#
Handle component part definition.
Overview#
Return a skrf.network.Network object. |
|
Return the equivalent serial resistor for capacitor only. |
|
Return the capacitor self resonant frequency in Hz. |
|
Return the equivalent serial inductor for capacitor only. |
|
Returns the capacitance value. |
|
Return the inductance value. |
Import detail#
from pyedb.component_libraries.ansys_components import ComponentPart
Property detail#
- property ComponentPart.s_parameters#
Return a skrf.network.Network object.
- property ComponentPart.esr#
Return the equivalent serial resistor for capacitor only.
- property ComponentPart.f0#
Return the capacitor self resonant frequency in Hz.
- property ComponentPart.esl#
Return the equivalent serial inductor for capacitor only.
- property ComponentPart.cap_value#
Returns the capacitance value.
- property ComponentPart.ind_value#
Return the inductance value.
Attribute detail#
- ComponentPart.name#
- ComponentPart.nb_ports = 2#
- ComponentPart.nb_freq = 0#
- ComponentPart.ref_impedance = 50.0#
- ComponentPart.type = ''#