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

Public Member Functions

 __init__ (self, *args)
 
 __eq__ (self, aOther)
 
 __ne__ (self, aOther)
 
 __lt__ (self, 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 11221 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ __eq__()

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

Definition at line 11237 of file pcbnew.py.

◆ __lt__()

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

Definition at line 11245 of file pcbnew.py.

◆ __ne__()

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

Definition at line 11241 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 11227 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 11228 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 11226 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 11224 of file pcbnew.py.


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