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:
- database
Database
- layer_thickness_thresh
float
, default: -1 Thickness threshold for the layer.
- merging_method
DielectricMergingMethod
, default:WEIGHTED_CAPACITANCE
Method for merging.
- database
- Returns:
list
[StackupLayer
]List of dielectric layers created during the dielectric simplification process.