cutout_multizone_layout#

Edb.cutout_multizone_layout(zone_dict, common_reference_net=None)[source]#

Create a multizone project cutout.

Parameters:
zone_dictdict[str](EDB PolygonData)

Dictionary with EDB path as key and EDB PolygonData as value defining the zone region. This dictionary is returned from the command copy_zones(): >>> edb = Edb(edb_file) >>> zone_dict = edb.copy_zones(r”C:Temp est”)

common_reference_netstr

the common reference net name. This net name must be provided to provide a valid project.

Returns:
dict[str][str] , list of str
first dictionary defined_ports with edb name as key and existing port name list as value. Those ports are the
ones defined before processing the multizone clipping.
second is the list of connected port.