Substrate#
- class pyedb.libraries.common.Substrate#
Small helper that groups the four basic substrate parameters used throughout the library.
- Parameters:
Examples
>>> sub = Substrate(h=1.6e-3, er=4.4, tan_d=0.02, name="FR4", size=(10e-3, 15e-3)) >>> sub.h 0.0016
Overview#
Import detail#
from pyedb.libraries.common import Substrate