| 
|   | __init__ (self, aPcb) | 
|   | 
|   | GetOffset (self) | 
|   | 
|   | SetRouteModeForOvalHoles (self, aUseRouteModeForOvalHoles) | 
|   | 
|   | SetFormat (self, *args) | 
|   | 
|   | SetOptions (self, aMirror, aMinimalHeader, aOffset, aMerge_PTH_NPTH) | 
|   | 
|   | CreateDrillandMapFilesSet (self, aPlotDirectory, aGenDrill, aGenMap, aReporter=None) | 
|   | 
|   | __init__ (self, *args, **kwargs) | 
|   | 
|   | SetMergeOption (self, aMerge) | 
|   | 
|   | SetPageInfo (self, aPageInfo) | 
|   | 
|   | SetMapFileFormat (self, aMapFmt) | 
|   | 
|   | CreateMapFilesSet (self, aPlotDirectory, aReporter=None) | 
|   | 
|   | GenDrillReportFile (self, aFullFileName) | 
|   | 
|   | GetDrillFileExt (self) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ EXCELLON_WRITER class.
 
Definition at line 9413 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.EXCELLON_WRITER.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aPcb ) | 
        
      
 
__init__(EXCELLON_WRITER self, BOARD aPcb) -> EXCELLON_WRITER
 
Definition at line 9419 of file pcbnew.py.
 
 
◆ CreateDrillandMapFilesSet()
      
        
          | pcbnew.EXCELLON_WRITER.CreateDrillandMapFilesSet  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aPlotDirectory,  | 
        
        
           | 
           | 
           |           aGenDrill,  | 
        
        
           | 
           | 
           |           aGenMap,  | 
        
        
           | 
           | 
           |           aReporter = None ) | 
        
      
 
CreateDrillandMapFilesSet(EXCELLON_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, REPORTER * aReporter=None) -> bool
 
Definition at line 9440 of file pcbnew.py.
 
 
◆ GetOffset()
      
        
          | pcbnew.EXCELLON_WRITER.GetOffset  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ SetFormat()
      
        
          | pcbnew.EXCELLON_WRITER.SetFormat  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
SetFormat(EXCELLON_WRITER self, bool aMetric, GENDRILL_WRITER_BASE::ZEROS_FMT aZerosFmt=DECIMAL_FORMAT, int aLeftDigits=0, int aRightDigits=0)
 
Definition at line 9432 of file pcbnew.py.
 
 
◆ SetOptions()
      
        
          | pcbnew.EXCELLON_WRITER.SetOptions  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aMirror,  | 
        
        
           | 
           | 
           |           aMinimalHeader,  | 
        
        
           | 
           | 
           |           aOffset,  | 
        
        
           | 
           | 
           |           aMerge_PTH_NPTH ) | 
        
      
 
SetOptions(EXCELLON_WRITER self, bool aMirror, bool aMinimalHeader, VECTOR2I aOffset, bool aMerge_PTH_NPTH)
 
Definition at line 9436 of file pcbnew.py.
 
 
◆ SetRouteModeForOvalHoles()
      
        
          | pcbnew.EXCELLON_WRITER.SetRouteModeForOvalHoles  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aUseRouteModeForOvalHoles ) | 
        
      
 
SetRouteModeForOvalHoles(EXCELLON_WRITER self, bool aUseRouteModeForOvalHoles)
 
Definition at line 9428 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.EXCELLON_WRITER.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: