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

Public Member Functions

def __init__ (self, *args)
 
def __eq__ (self, aOther)
 
def __ne__ (self, aOther)
 
def __lt__ (self, aOther)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_Width = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Width_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Width_set, doc=)
 
property m_Gap = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Gap_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Gap_set, doc=)
 
property m_ViaGap = property(_pcbnew.DIFF_PAIR_DIMENSION_m_ViaGap_get, _pcbnew.DIFF_PAIR_DIMENSION_m_ViaGap_set, doc=)
 

Detailed Description

Proxy of C++ DIFF_PAIR_DIMENSION class.

Definition at line 10418 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.DIFF_PAIR_DIMENSION.__init__ (   self,
args 
)
    __init__(DIFF_PAIR_DIMENSION self) -> DIFF_PAIR_DIMENSION
    __init__(DIFF_PAIR_DIMENSION self, int aWidth, int aGap, int aViaGap) -> DIFF_PAIR_DIMENSION

Definition at line 10427 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

def pcbnew.DIFF_PAIR_DIMENSION.__eq__ (   self,
  aOther 
)
__eq__(DIFF_PAIR_DIMENSION self, DIFF_PAIR_DIMENSION aOther) -> bool

Definition at line 10434 of file pcbnew.py.

◆ __lt__()

def pcbnew.DIFF_PAIR_DIMENSION.__lt__ (   self,
  aOther 
)
__lt__(DIFF_PAIR_DIMENSION self, DIFF_PAIR_DIMENSION aOther) -> bool

Definition at line 10442 of file pcbnew.py.

◆ __ne__()

def pcbnew.DIFF_PAIR_DIMENSION.__ne__ (   self,
  aOther 
)
__ne__(DIFF_PAIR_DIMENSION self, DIFF_PAIR_DIMENSION aOther) -> bool

Definition at line 10438 of file pcbnew.py.

Property Documentation

◆ m_Gap

property pcbnew.DIFF_PAIR_DIMENSION.m_Gap = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Gap_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Gap_set, doc=)
static

Definition at line 10424 of file pcbnew.py.

◆ m_ViaGap

property pcbnew.DIFF_PAIR_DIMENSION.m_ViaGap = property(_pcbnew.DIFF_PAIR_DIMENSION_m_ViaGap_get, _pcbnew.DIFF_PAIR_DIMENSION_m_ViaGap_set, doc=)
static

Definition at line 10425 of file pcbnew.py.

◆ m_Width

property pcbnew.DIFF_PAIR_DIMENSION.m_Width = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Width_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Width_set, doc=)
static

Definition at line 10423 of file pcbnew.py.

◆ thisown

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

Definition at line 10421 of file pcbnew.py.


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