load#

Stackup.load(file_path)[source]#

Import stackup from a file. The file format can be XML, CSV, or JSON.

Parameters:
file_pathstr

Path to stackup file.

Returns
——-
bool

True when successful, False when failed.

Examples

>>> from pyaedt import Edb
>>> edb = Edb()
>>> edb.stackup.load("stackup.xml")