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: skrf.network.Network#
Return a skrf.network.Network object.
Attribute detail#
- ComponentPart.name#
- ComponentPart.nb_ports = 2#
- ComponentPart.nb_freq = 0#
- ComponentPart.ref_impedance = 50.0#
- ComponentPart.type = ''#