simplify_dielectrics_for_phi#

LayerCollection.simplify_dielectrics_for_phi(database, layer_thickness_thresh=-1, merging_method=DielectricMergingMethod.WEIGHTED_CAPACITANCE)#

Split dielectric layers at the boundaries of signal layers and merge them.

Parameters:
databaseDatabase
layer_thickness_threshfloat, default: -1

Thickness threshold for the layer.

merging_methodDielectricMergingMethod, default: WEIGHTED_CAPACITANCE

Method for merging.

Returns:
list[StackupLayer]

List of dielectric layers created during the dielectric simplification process.