Module

class kicad.pcbnew.Module(module)
description

Description of the Module

Returns:unicode
static from_editor()

Get the current module

get_native()

Get native object from the low level API

Returns:pcbnew.MODULE
is_highlighted

is highlighted?

Returns:bool
is_locked

is locked?

Returns:bool
is_selected

is selected?

Returns:bool
keywords

Keywords of the Module

Returns:unicode
layer

primary layer of the item

Returns:kicad.pcbnew.Layer
layers

All layers where the item is present on

Returns:kicad.pcbnew.LayerSet
pads

List of Pads present in the Module

Returns:Iterator over kicad.pcbnew.Pad
position

Position of the Module

Returns:kicad.util.Point2D
reference

Reference of the Module

Returns:unicode
value

Value of the Module

Returns:unicode