KiCad Pcbnew Python Scripting
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | GetBoardFileDesc (self) |
def | CanReadBoard (self, aFileName) |
def | CanReadFootprint (self, aFileName) |
def | SetQueryUserCallback (self, aCallback) |
def | LoadBoard (self, aFileName, aAppendToMe, aProperties=None, aProject=None) |
def | GetImportedCachedLibraryFootprints (self) |
def | SaveBoard (self, aFileName, aBoard, aProperties=None) |
def | FootprintEnumerate (self, aFootprintNames, aLibraryPath, aBestEfforts, aProperties=None) |
def | GetLibraryTimestamp (self, aLibraryPath) |
def | PrefetchLib (self, aLibraryPath, aProperties=None) |
def | ImportFootprint (self, aFootprintPath, aFootprintNameOut, aProperties=None) |
def | FootprintLoad (self, aLibraryPath, aFootprintName, aKeepUUID=False, aProperties=None) |
def | GetEnumeratedFootprint (self, aLibraryPath, aFootprintName, aProperties=None) |
def | FootprintExists (self, aLibraryPath, aFootprintName, aProperties=None) |
def | FootprintSave (self, aLibraryPath, aFootprint, aProperties=None) |
def | FootprintDelete (self, aLibraryPath, aFootprintName, aProperties=None) |
def | GetLibraryOptions (self, aListToAppendTo) |
def | footprintPyEnumerate (self, aLibraryPath, aExitOnError) |
def | FootprintEnumerate (self, libname) |
def | FootprintLibCreate (self, aLibraryPath, aProperties=None) |
def | FootprintLibDelete (self, aLibraryPath, aProperties=None) |
def | IsFootprintLibWritable (self, aLibraryPath) |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
def pcbnew.PCB_IO.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.CanReadBoard | ( | self, | |
aFileName | |||
) |
def pcbnew.PCB_IO.CanReadFootprint | ( | self, | |
aFileName | |||
) |
def pcbnew.PCB_IO.FootprintDelete | ( | self, | |
aLibraryPath, | |||
aFootprintName, | |||
aProperties = None |
|||
) |
FootprintDelete(PCB_IO self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None)
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.FootprintEnumerate | ( | self, | |
aFootprintNames, | |||
aLibraryPath, | |||
aBestEfforts, | |||
aProperties = None |
|||
) |
FootprintEnumerate(PCB_IO self, wxArrayString & aFootprintNames, wxString aLibraryPath, bool aBestEfforts, STRING_UTF8_MAP const * aProperties=None)
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.FootprintEnumerate | ( | self, | |
libname | |||
) |
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.FootprintExists | ( | self, | |
aLibraryPath, | |||
aFootprintName, | |||
aProperties = None |
|||
) |
FootprintExists(PCB_IO self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None) -> bool
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.FootprintLibCreate | ( | self, | |
aLibraryPath, | |||
aProperties = None |
|||
) |
def pcbnew.PCB_IO.FootprintLibDelete | ( | self, | |
aLibraryPath, | |||
aProperties = None |
|||
) |
def pcbnew.PCB_IO.FootprintLoad | ( | self, | |
aLibraryPath, | |||
aFootprintName, | |||
aKeepUUID = False , |
|||
aProperties = None |
|||
) |
FootprintLoad(PCB_IO self, wxString aLibraryPath, wxString aFootprintName, bool aKeepUUID=False, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.footprintPyEnumerate | ( | self, | |
aLibraryPath, | |||
aExitOnError | |||
) |
def pcbnew.PCB_IO.FootprintSave | ( | self, | |
aLibraryPath, | |||
aFootprint, | |||
aProperties = None |
|||
) |
FootprintSave(PCB_IO self, wxString aLibraryPath, FOOTPRINT aFootprint, STRING_UTF8_MAP const * aProperties=None)
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.GetBoardFileDesc | ( | self | ) |
def pcbnew.PCB_IO.GetEnumeratedFootprint | ( | self, | |
aLibraryPath, | |||
aFootprintName, | |||
aProperties = None |
|||
) |
GetEnumeratedFootprint(PCB_IO self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.GetImportedCachedLibraryFootprints | ( | self | ) |
def pcbnew.PCB_IO.GetLibraryOptions | ( | self, | |
aListToAppendTo | |||
) |
def pcbnew.PCB_IO.GetLibraryTimestamp | ( | self, | |
aLibraryPath | |||
) |
def pcbnew.PCB_IO.ImportFootprint | ( | self, | |
aFootprintPath, | |||
aFootprintNameOut, | |||
aProperties = None |
|||
) |
ImportFootprint(PCB_IO self, wxString aFootprintPath, wxString aFootprintNameOut, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.IsFootprintLibWritable | ( | self, | |
aLibraryPath | |||
) |
def pcbnew.PCB_IO.LoadBoard | ( | self, | |
aFileName, | |||
aAppendToMe, | |||
aProperties = None , |
|||
aProject = None |
|||
) |
LoadBoard(PCB_IO self, wxString aFileName, BOARD aAppendToMe, STRING_UTF8_MAP const * aProperties=None, PROJECT * aProject=None) -> BOARD
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.PrefetchLib | ( | self, | |
aLibraryPath, | |||
aProperties = None |
|||
) |
def pcbnew.PCB_IO.SaveBoard | ( | self, | |
aFileName, | |||
aBoard, | |||
aProperties = None |
|||
) |
SaveBoard(PCB_IO self, wxString aFileName, BOARD aBoard, STRING_UTF8_MAP const * aProperties=None)
Reimplemented in pcbnew.PCB_IO_KICAD_SEXPR.
def pcbnew.PCB_IO.SetQueryUserCallback | ( | self, | |
aCallback | |||
) |
|
static |