The ``pyedb.libraries.common`` library ====================================== .. py:module:: pyedb.libraries.common Summary ------- .. py:currentmodule:: common .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~pyedb.libraries.common.Substrate` - Small helper that groups the four basic substrate parameters used * - :py:obj:`~pyedb.libraries.common.Material` - Generic material definition. * - :py:obj:`~pyedb.libraries.common.Conductor` - Metallic conductor material with electrical conductivity. * - :py:obj:`~pyedb.libraries.common.Dielectric` - Dielectric material with relative permittivity and loss tangent. * - :py:obj:`~pyedb.libraries.common.Layer` - Physical layer inside a stackup. * - :py:obj:`~pyedb.libraries.common.MetalLayer` - Convenience wrapper for metallic layers. * - :py:obj:`~pyedb.libraries.common.DielectricLayer` - Convenience wrapper for dielectric layers. * - :py:obj:`~pyedb.libraries.common.MicroStripTechnologyStackup` - Pre-defined micro-strip stackup with bottom metal, substrate and top metal. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: Substrate Material Conductor Dielectric Layer MetalLayer DielectricLayer MicroStripTechnologyStackup