GroundVia#

class pyedb.extensions.via_design_backend.GroundVia(p_signal, name, net_name, padstack_def, start_layer, stop_layer, base_x, base_y, dx, dy, flip_dx, flip_dy, connection_trace: dict | Trace, with_solder_ball, backdrill_parameters, conductor_layers: list, **kwargs)#

Overview#

Import detail#

from pyedb.extensions.via_design_backend import GroundVia

Property detail#

property GroundVia.x#
property GroundVia.y#

Attribute detail#

GroundVia.p_signal#
GroundVia.variables = []#
GroundVia.name#
GroundVia.net_name#
GroundVia.padstack_def#
GroundVia.start_layer#
GroundVia.stop_layer#
GroundVia.base_x#
GroundVia.base_y#
GroundVia.flip_dx#
GroundVia.flip_dy#
GroundVia.dx = 'Uninferable_dx'#
GroundVia.dy = 'Uninferable_dy'#
GroundVia.with_solder_ball#
GroundVia.backdrill_parameters#
GroundVia.conductor_layers#
GroundVia.traces = []#
GroundVia.fanout_traces = []#

Method detail#

GroundVia.populate_config(cfg)#