Pad

class kicad.pcbnew.Pad(pad)
drill_size

Drill size of the Pad

Returns:kicad.util.Point2D
get_native()

Get native object from the low level API

Returns:pcbnew.PAD
is_highlighted

is highlighted?

Returns:bool
is_locked

is locked?

Returns:bool
is_selected

is selected?

Returns:bool
layer

primary layer of the item

Returns:kicad.pcbnew.Layer
layers

All layers where the item is present on

Returns:kicad.pcbnew.LayerSet
name

Name of the Pad

Returns:unicode
net

Net of the Zone

Returns:kicad.pcbnew.Net
size

Size of the Pad

Returns:kicad.util.Point2D