check_and_fix_via_plating#

EdbPadstacks.check_and_fix_via_plating(minimum_value_to_replace=0.0, default_plating_ratio=0.2)[source]#

Check for minimum via plating ration value, values found below the minimum one are replaced by default plating ratio.

Parameters:
minimum_value_to_replacefloat

Plating ratio that is below or equal to this value is to be replaced with the value specified for the next parameter. Default value 0.0.

default_plating_ratiofloat

Default value to use for plating ratio. The default value is 0.2.

Returns:
bool

True when successful, False if an anti-pad value fails to be assigned.