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

Public Member Functions

 __init__ (self, aDiameter, a_NotPlated)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Diameter = property(_pcbnew.DRILL_TOOL_m_Diameter_get, _pcbnew.DRILL_TOOL_m_Diameter_set, doc=)
 
 m_TotalCount = property(_pcbnew.DRILL_TOOL_m_TotalCount_get, _pcbnew.DRILL_TOOL_m_TotalCount_set, doc=)
 
 m_OvalCount = property(_pcbnew.DRILL_TOOL_m_OvalCount_get, _pcbnew.DRILL_TOOL_m_OvalCount_set, doc=)
 
 m_Hole_NotPlated = property(_pcbnew.DRILL_TOOL_m_Hole_NotPlated_get, _pcbnew.DRILL_TOOL_m_Hole_NotPlated_set, doc=)
 
 m_HoleAttribute = property(_pcbnew.DRILL_TOOL_m_HoleAttribute_get, _pcbnew.DRILL_TOOL_m_HoleAttribute_set, doc=)
 
 m_IsBackdrill = property(_pcbnew.DRILL_TOOL_m_IsBackdrill_get, _pcbnew.DRILL_TOOL_m_IsBackdrill_set, doc=)
 
 m_HasPostMachining = property(_pcbnew.DRILL_TOOL_m_HasPostMachining_get, _pcbnew.DRILL_TOOL_m_HasPostMachining_set, doc=)
 
 m_MinStubLength = property(_pcbnew.DRILL_TOOL_m_MinStubLength_get, _pcbnew.DRILL_TOOL_m_MinStubLength_set, doc=)
 
 m_MaxStubLength = property(_pcbnew.DRILL_TOOL_m_MaxStubLength_get, _pcbnew.DRILL_TOOL_m_MaxStubLength_set, doc=)
 

Detailed Description

Proxy of C++ DRILL_TOOL class.

Definition at line 9378 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.DRILL_TOOL.__init__ ( self,
aDiameter,
a_NotPlated )
__init__(DRILL_TOOL self, int aDiameter, bool a_NotPlated) -> DRILL_TOOL

Definition at line 9393 of file pcbnew.py.

Property Documentation

◆ m_Diameter

pcbnew.DRILL_TOOL.m_Diameter = property(_pcbnew.DRILL_TOOL_m_Diameter_get, _pcbnew.DRILL_TOOL_m_Diameter_set, doc=)
static

Definition at line 9383 of file pcbnew.py.

◆ m_HasPostMachining

pcbnew.DRILL_TOOL.m_HasPostMachining = property(_pcbnew.DRILL_TOOL_m_HasPostMachining_get, _pcbnew.DRILL_TOOL_m_HasPostMachining_set, doc=)
static

Definition at line 9389 of file pcbnew.py.

◆ m_Hole_NotPlated

pcbnew.DRILL_TOOL.m_Hole_NotPlated = property(_pcbnew.DRILL_TOOL_m_Hole_NotPlated_get, _pcbnew.DRILL_TOOL_m_Hole_NotPlated_set, doc=)
static

Definition at line 9386 of file pcbnew.py.

◆ m_HoleAttribute

pcbnew.DRILL_TOOL.m_HoleAttribute = property(_pcbnew.DRILL_TOOL_m_HoleAttribute_get, _pcbnew.DRILL_TOOL_m_HoleAttribute_set, doc=)
static

Definition at line 9387 of file pcbnew.py.

◆ m_IsBackdrill

pcbnew.DRILL_TOOL.m_IsBackdrill = property(_pcbnew.DRILL_TOOL_m_IsBackdrill_get, _pcbnew.DRILL_TOOL_m_IsBackdrill_set, doc=)
static

Definition at line 9388 of file pcbnew.py.

◆ m_MaxStubLength

pcbnew.DRILL_TOOL.m_MaxStubLength = property(_pcbnew.DRILL_TOOL_m_MaxStubLength_get, _pcbnew.DRILL_TOOL_m_MaxStubLength_set, doc=)
static

Definition at line 9391 of file pcbnew.py.

◆ m_MinStubLength

pcbnew.DRILL_TOOL.m_MinStubLength = property(_pcbnew.DRILL_TOOL_m_MinStubLength_get, _pcbnew.DRILL_TOOL_m_MinStubLength_set, doc=)
static

Definition at line 9390 of file pcbnew.py.

◆ m_OvalCount

pcbnew.DRILL_TOOL.m_OvalCount = property(_pcbnew.DRILL_TOOL_m_OvalCount_get, _pcbnew.DRILL_TOOL_m_OvalCount_set, doc=)
static

Definition at line 9385 of file pcbnew.py.

◆ m_TotalCount

pcbnew.DRILL_TOOL.m_TotalCount = property(_pcbnew.DRILL_TOOL_m_TotalCount_get, _pcbnew.DRILL_TOOL_m_TotalCount_set, doc=)
static

Definition at line 9384 of file pcbnew.py.

◆ thisown

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

Definition at line 9381 of file pcbnew.py.


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