convert_to_3d_microvias#

EDBPadstack.convert_to_3d_microvias(convert_only_signal_vias=True, hole_wall_angle=15)[source]#

Convert actual padstack instance to microvias 3D Objects with a given aspect ratio.

Parameters:
convert_only_signal_viasbool, optional

Either to convert only vias belonging to signal nets or all vias. Defaults is True.

hole_wall_anglefloat, optional

Angle of laser penetration in deg. It will define the bottom hole diameter with the following formula: HoleDiameter -2*tan(laser_angle* Hole depth). Hole depth is the height of the via (dielectric thickness). The default value is 15. The bottom hole will be 0.75*HoleDepth/HoleDiam.

Returns:
bool