KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.PCB_IO_KICAD_SEXPR Class Reference
Inheritance diagram for pcbnew.PCB_IO_KICAD_SEXPR:
Inheritance graph
[legend]

Public Member Functions

def GetLibraryFileDesc (self)
 
def GetLibraryDesc (self)
 
def SaveBoard (self, aFileName, aBoard, aProperties=None)
 
def LoadBoard (self, aFileName, aAppendToMe, aProperties=None, aProject=None)
 
def DoLoad (self, aReader, aAppendToMe, aProperties, aProgressReporter, aLineCount)
 
def FootprintEnumerate (self, aFootprintNames, aLibraryPath, aBestEfforts, aProperties=None)
 
def GetEnumeratedFootprint (self, aLibraryPath, aFootprintName, aProperties=None)
 
def FootprintExists (self, aLibraryPath, aFootprintName, aProperties=None)
 
def ImportFootprint (self, aFootprintPath, aFootprintNameOut, aProperties=None)
 
def FootprintLoad (self, aLibraryPath, aFootprintName, aKeepUUID=False, aProperties=None)
 
def FootprintSave (self, aLibraryPath, aFootprint, aProperties=None)
 
def FootprintDelete (self, aLibraryPath, aFootprintName, aProperties=None)
 
def CreateLibrary (self, aLibraryPath, aProperties=None)
 
def DeleteLibrary (self, aLibraryPath, aProperties=None)
 
def IsLibraryWritable (self, aLibraryPath)
 
def __init__ (self, *args)
 
def Format (self, aItem, aNestLevel=0)
 
def GetStringOutput (self, doClear)
 
def SetOutputFormatter (self, aFormatter)
 
def Parse (self, aClipboardSourceInput)
 
- Public Member Functions inherited from pcbnew.PCB_IO
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

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.PCB_IO
property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ PCB_IO_KICAD_SEXPR class.

Definition at line 7897 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.PCB_IO_KICAD_SEXPR.__init__ (   self,
args 
)
__init__(PCB_IO_KICAD_SEXPR self, int aControlFlags=(CTL_OMIT_INITIAL_COMMENTS|CTL_OMIT_FOOTPRINT_VERSION)) -> PCB_IO_KICAD_SEXPR

Reimplemented from pcbnew.PCB_IO.

Definition at line 7963 of file pcbnew.py.

Member Function Documentation

◆ CreateLibrary()

def pcbnew.PCB_IO_KICAD_SEXPR.CreateLibrary (   self,
  aLibraryPath,
  aProperties = None 
)
CreateLibrary(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, STRING_UTF8_MAP const * aProperties=None)

Definition at line 7951 of file pcbnew.py.

Here is the caller graph for this function:

◆ DeleteLibrary()

def pcbnew.PCB_IO_KICAD_SEXPR.DeleteLibrary (   self,
  aLibraryPath,
  aProperties = None 
)
DeleteLibrary(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, STRING_UTF8_MAP const * aProperties=None) -> bool

Definition at line 7955 of file pcbnew.py.

Here is the caller graph for this function:

◆ DoLoad()

def pcbnew.PCB_IO_KICAD_SEXPR.DoLoad (   self,
  aReader,
  aAppendToMe,
  aProperties,
  aProgressReporter,
  aLineCount 
)
DoLoad(PCB_IO_KICAD_SEXPR self, LINE_READER aReader, BOARD aAppendToMe, STRING_UTF8_MAP const * aProperties, PROGRESS_REPORTER * aProgressReporter, unsigned int aLineCount) -> BOARD

Definition at line 7919 of file pcbnew.py.

◆ FootprintDelete()

def pcbnew.PCB_IO_KICAD_SEXPR.FootprintDelete (   self,
  aLibraryPath,
  aFootprintName,
  aProperties = None 
)
FootprintDelete(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None)

Reimplemented from pcbnew.PCB_IO.

Definition at line 7947 of file pcbnew.py.

◆ FootprintEnumerate()

def pcbnew.PCB_IO_KICAD_SEXPR.FootprintEnumerate (   self,
  aFootprintNames,
  aLibraryPath,
  aBestEfforts,
  aProperties = None 
)
FootprintEnumerate(PCB_IO_KICAD_SEXPR self, wxArrayString & aFootprintNames, wxString aLibraryPath, bool aBestEfforts, STRING_UTF8_MAP const * aProperties=None)

Reimplemented from pcbnew.PCB_IO.

Definition at line 7923 of file pcbnew.py.

◆ FootprintExists()

def pcbnew.PCB_IO_KICAD_SEXPR.FootprintExists (   self,
  aLibraryPath,
  aFootprintName,
  aProperties = None 
)
FootprintExists(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None) -> bool

Reimplemented from pcbnew.PCB_IO.

Definition at line 7931 of file pcbnew.py.

◆ FootprintLoad()

def pcbnew.PCB_IO_KICAD_SEXPR.FootprintLoad (   self,
  aLibraryPath,
  aFootprintName,
  aKeepUUID = False,
  aProperties = None 
)
FootprintLoad(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, wxString aFootprintName, bool aKeepUUID=False, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT

Reimplemented from pcbnew.PCB_IO.

Definition at line 7939 of file pcbnew.py.

◆ FootprintSave()

def pcbnew.PCB_IO_KICAD_SEXPR.FootprintSave (   self,
  aLibraryPath,
  aFootprint,
  aProperties = None 
)
FootprintSave(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, FOOTPRINT aFootprint, STRING_UTF8_MAP const * aProperties=None)

Reimplemented from pcbnew.PCB_IO.

Definition at line 7943 of file pcbnew.py.

◆ Format()

def pcbnew.PCB_IO_KICAD_SEXPR.Format (   self,
  aItem,
  aNestLevel = 0 
)
Format(PCB_IO_KICAD_SEXPR self, BOARD_ITEM aItem, int aNestLevel=0)

Definition at line 7968 of file pcbnew.py.

◆ GetEnumeratedFootprint()

def pcbnew.PCB_IO_KICAD_SEXPR.GetEnumeratedFootprint (   self,
  aLibraryPath,
  aFootprintName,
  aProperties = None 
)
GetEnumeratedFootprint(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath, wxString aFootprintName, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT

Reimplemented from pcbnew.PCB_IO.

Definition at line 7927 of file pcbnew.py.

◆ GetLibraryDesc()

def pcbnew.PCB_IO_KICAD_SEXPR.GetLibraryDesc (   self)
GetLibraryDesc(PCB_IO_KICAD_SEXPR self) -> IO_BASE::IO_FILE_DESC const

Definition at line 7907 of file pcbnew.py.

◆ GetLibraryFileDesc()

def pcbnew.PCB_IO_KICAD_SEXPR.GetLibraryFileDesc (   self)
GetLibraryFileDesc(PCB_IO_KICAD_SEXPR self) -> IO_BASE::IO_FILE_DESC const

Definition at line 7903 of file pcbnew.py.

◆ GetStringOutput()

def pcbnew.PCB_IO_KICAD_SEXPR.GetStringOutput (   self,
  doClear 
)
GetStringOutput(PCB_IO_KICAD_SEXPR self, bool doClear) -> string

Definition at line 7972 of file pcbnew.py.

◆ ImportFootprint()

def pcbnew.PCB_IO_KICAD_SEXPR.ImportFootprint (   self,
  aFootprintPath,
  aFootprintNameOut,
  aProperties = None 
)
ImportFootprint(PCB_IO_KICAD_SEXPR self, wxString aFootprintPath, wxString aFootprintNameOut, STRING_UTF8_MAP const * aProperties=None) -> FOOTPRINT

Reimplemented from pcbnew.PCB_IO.

Definition at line 7935 of file pcbnew.py.

◆ IsLibraryWritable()

def pcbnew.PCB_IO_KICAD_SEXPR.IsLibraryWritable (   self,
  aLibraryPath 
)
IsLibraryWritable(PCB_IO_KICAD_SEXPR self, wxString aLibraryPath) -> bool

Definition at line 7959 of file pcbnew.py.

Here is the caller graph for this function:

◆ LoadBoard()

def pcbnew.PCB_IO_KICAD_SEXPR.LoadBoard (   self,
  aFileName,
  aAppendToMe,
  aProperties = None,
  aProject = None 
)
LoadBoard(PCB_IO_KICAD_SEXPR self, wxString aFileName, BOARD aAppendToMe, STRING_UTF8_MAP const * aProperties=None, PROJECT * aProject=None) -> BOARD

Reimplemented from pcbnew.PCB_IO.

Definition at line 7915 of file pcbnew.py.

◆ Parse()

def pcbnew.PCB_IO_KICAD_SEXPR.Parse (   self,
  aClipboardSourceInput 
)
Parse(PCB_IO_KICAD_SEXPR self, wxString aClipboardSourceInput) -> BOARD_ITEM

Definition at line 7980 of file pcbnew.py.

◆ SaveBoard()

def pcbnew.PCB_IO_KICAD_SEXPR.SaveBoard (   self,
  aFileName,
  aBoard,
  aProperties = None 
)
SaveBoard(PCB_IO_KICAD_SEXPR self, wxString aFileName, BOARD aBoard, STRING_UTF8_MAP const * aProperties=None)

Reimplemented from pcbnew.PCB_IO.

Definition at line 7911 of file pcbnew.py.

◆ SetOutputFormatter()

def pcbnew.PCB_IO_KICAD_SEXPR.SetOutputFormatter (   self,
  aFormatter 
)
SetOutputFormatter(PCB_IO_KICAD_SEXPR self, OUTPUTFORMATTER aFormatter)

Definition at line 7976 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 7900 of file pcbnew.py.


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