ComponentPart#

class pyedb.component_libraries.ansys_components.ComponentPart(name, index, sbin_file)#

Handle component part definition.

Overview#

s_parameters

Return a skrf.network.Network object.

esr

Return the equivalent serial resistor for capacitor only.

f0

Return the capacitor self resonant frequency in Hz.

esl

Return the equivalent serial inductor for capacitor only.

cap_value

Returns the capacitance value.

ind_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.

See scikit-rf documentation.

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 = ''#