KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.cmp_padstack Class Reference
Inheritance diagram for pcbnew.cmp_padstack:
Inheritance graph
[legend]

Public Member Functions

def __call__ (self, aFirst, aSecond)
 
def __init__ (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ FOOTPRINT::cmp_padstack class.

Definition at line 19197 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.cmp_padstack.__init__ (   self)
__init__(cmp_padstack self) -> cmp_padstack

Definition at line 19207 of file pcbnew.py.

Member Function Documentation

◆ __call__()

def pcbnew.cmp_padstack.__call__ (   self,
  aFirst,
  aSecond 
)
__call__(cmp_padstack self, PAD aFirst, PAD aSecond) -> bool

Definition at line 19203 of file pcbnew.py.

Property Documentation

◆ thisown

property pcbnew.cmp_padstack.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 19200 of file pcbnew.py.


The documentation for this class was generated from the following file: