cutout_multizone_layout#
- Edb.cutout_multizone_layout(zone_dict, common_reference_net=None)[source]#
Create a multizone project cutout.
- Parameters:
- zone_dict
dict
[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_net
str
the common reference net name. This net name must be provided to provide a valid project.
- zone_dict
- Returns: