KiCad Pcbnew Python Scripting
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)
 
"bool" __eq__ (self, "DIFF_PAIR_DIMENSION" aOther)
 
"bool" __lt__ (self, "DIFF_PAIR_DIMENSION" aOther)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Width = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Width_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Width_set, doc=)
 
 m_Gap = property(_pcbnew.DIFF_PAIR_DIMENSION_m_Gap_get, _pcbnew.DIFF_PAIR_DIMENSION_m_Gap_set, doc=)
 
 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 8834 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 8843 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

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

Definition at line 8850 of file pcbnew.py.

◆ __lt__()

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

Definition at line 8854 of file pcbnew.py.

Property Documentation

◆ m_Gap

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 8840 of file pcbnew.py.

◆ m_ViaGap

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 8841 of file pcbnew.py.

◆ m_Width

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 8839 of file pcbnew.py.

◆ thisown

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 8837 of file pcbnew.py.


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