change_stackup_type#

Layers.change_stackup_type(mode='MultiZone', number_zones=3)[source]#

Change the stackup type between Multizone, Overlap and Laminate.

Parameters:
modestr, optional

Stackup type. Default is “Multizone”. Options are “Overlap” and “Laminate”.

number_zonesint, optional

Number of zones of multizone. By default all layers will be enabled in all zones.

Returns:
bool

True if successful.