| 
|   | 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 11247 of file pcbnew.py.
 
◆ __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 11256 of file pcbnew.py.
 
 
◆ __eq__()
      
        
          | pcbnew.DIFF_PAIR_DIMENSION.__eq__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aOther ) | 
        
      
 
__eq__(DIFF_PAIR_DIMENSION self, DIFF_PAIR_DIMENSION aOther) -> bool
 
Definition at line 11263 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 11271 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 11267 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: