|
| 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=) |
|
Proxy of C++ DIFF_PAIR_DIMENSION class.
Definition at line 10302 of file pcbnew.py.
◆ __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 10311 of file pcbnew.py.
◆ __eq__()
def pcbnew.DIFF_PAIR_DIMENSION.__eq__ |
( |
|
self, |
|
|
|
aOther |
|
) |
| |
__eq__(DIFF_PAIR_DIMENSION self, DIFF_PAIR_DIMENSION aOther) -> bool
Definition at line 10318 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 10322 of file pcbnew.py.
◆ 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 |
◆ 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 |
◆ 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 |
◆ thisown
pcbnew.DIFF_PAIR_DIMENSION.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: