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

Public Member Functions

 __init__ (self, aPcb, aReporter=None)
 
 AddGbrFile (self, aLayer, aFilename)
 
 CreateJobFile (self, aFullFilename)
 
 WriteJSONJobFile (self, aFullFilename)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ GERBER_JOBFILE_WRITER class.

Definition at line 9472 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ AddGbrFile()

pcbnew.GERBER_JOBFILE_WRITER.AddGbrFile ( self,
aLayer,
aFilename )
AddGbrFile(GERBER_JOBFILE_WRITER self, PCB_LAYER_ID aLayer, wxString aFilename)

Definition at line 9483 of file pcbnew.py.

◆ CreateJobFile()

pcbnew.GERBER_JOBFILE_WRITER.CreateJobFile ( self,
aFullFilename )
CreateJobFile(GERBER_JOBFILE_WRITER self, wxString aFullFilename) -> bool

Definition at line 9487 of file pcbnew.py.

◆ WriteJSONJobFile()

pcbnew.GERBER_JOBFILE_WRITER.WriteJSONJobFile ( self,
aFullFilename )
WriteJSONJobFile(GERBER_JOBFILE_WRITER self, wxString aFullFilename) -> bool

Definition at line 9491 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.GERBER_JOBFILE_WRITER.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 9475 of file pcbnew.py.


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