| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ GERBER_JOBFILE_WRITER class.
 
Definition at line 9475 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.GERBER_JOBFILE_WRITER.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPcb,  | 
        
        
           | 
           | 
            | 
          aReporter = None  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__init__(GERBER_JOBFILE_WRITER self, BOARD aPcb, REPORTER * aReporter=None) -> GERBER_JOBFILE_WRITER
 
Definition at line 9481 of file pcbnew.py.
 
 
◆ AddGbrFile()
      
        
          | def pcbnew.GERBER_JOBFILE_WRITER.AddGbrFile  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aLayer,  | 
        
        
           | 
           | 
            | 
          aFilename  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
AddGbrFile(GERBER_JOBFILE_WRITER self, PCB_LAYER_ID aLayer, wxString aFilename)
 
Definition at line 9486 of file pcbnew.py.
 
 
◆ CreateJobFile()
      
        
          | def pcbnew.GERBER_JOBFILE_WRITER.CreateJobFile  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aFullFilename  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
CreateJobFile(GERBER_JOBFILE_WRITER self, wxString aFullFilename) -> bool
 
Definition at line 9490 of file pcbnew.py.
 
 
◆ WriteJSONJobFile()
      
        
          | def pcbnew.GERBER_JOBFILE_WRITER.WriteJSONJobFile  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aFullFilename  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
WriteJSONJobFile(GERBER_JOBFILE_WRITER self, wxString aFullFilename) -> bool
 
Definition at line 9494 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.GERBER_JOBFILE_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: