load# Stackup.load(file_path)[source]# Import stackup from a file. The file format can be XML, CSV, or JSON. Parameters: file_pathstrPath to stackup file. Returns ——- boolTrue when successful, False when failed. Examples >>> from pyaedt import Edb >>> edb = Edb() >>> edb.stackup.load("stackup.xml") Copy to clipboard