KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.FP_UNIT_INFO Class Reference
Inheritance diagram for pcbnew.FP_UNIT_INFO:

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_unitName = property(_pcbnew.FP_UNIT_INFO_m_unitName_get, _pcbnew.FP_UNIT_INFO_m_unitName_set, doc=)
 
 m_pins = property(_pcbnew.FP_UNIT_INFO_m_pins_get, _pcbnew.FP_UNIT_INFO_m_pins_set, doc=)
 

Detailed Description

Proxy of C++ FOOTPRINT::FP_UNIT_INFO class.

Definition at line 22257 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.FP_UNIT_INFO.__init__ ( self)
__init__(FP_UNIT_INFO self) -> FP_UNIT_INFO

Definition at line 22265 of file pcbnew.py.

Property Documentation

◆ m_pins

pcbnew.FP_UNIT_INFO.m_pins = property(_pcbnew.FP_UNIT_INFO_m_pins_get, _pcbnew.FP_UNIT_INFO_m_pins_set, doc=)
static

Definition at line 22263 of file pcbnew.py.

◆ m_unitName

pcbnew.FP_UNIT_INFO.m_unitName = property(_pcbnew.FP_UNIT_INFO_m_unitName_get, _pcbnew.FP_UNIT_INFO_m_unitName_set, doc=)
static

Definition at line 22262 of file pcbnew.py.

◆ thisown

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

Definition at line 22260 of file pcbnew.py.


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