stackup#
- property Edb.stackup[source]#
Stackup manager.
- Returns:
- Instance of :class: ‘pyedb.dotnet.edb_core.Stackup`
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myproject.aedb") >>> edbapp.stackup.layers["TOP"].thickness = 4e-5 >>> edbapp.stackup.layers["TOP"].thickness == 4e-05 >>> edbapp.stackup.add_layer("Diel", "GND", layer_type="dielectric", thickness="0.1mm", material="FR4_epoxy")