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

Public Member Functions

 __init__ (self, aPcb)
 
 Write (self, aFilename)
 
 SetDoNotExportUnconnectedPads (self, aDoNotExportUnconnectedPads)
 

Properties

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

Detailed Description

Proxy of C++ IPC356D_WRITER class.

Definition at line 9158 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.IPC356D_WRITER.__init__ ( self,
aPcb )
__init__(IPC356D_WRITER self, BOARD aPcb) -> IPC356D_WRITER

Definition at line 9164 of file pcbnew.py.

Member Function Documentation

◆ SetDoNotExportUnconnectedPads()

pcbnew.IPC356D_WRITER.SetDoNotExportUnconnectedPads ( self,
aDoNotExportUnconnectedPads )
SetDoNotExportUnconnectedPads(IPC356D_WRITER self, bool aDoNotExportUnconnectedPads)

Definition at line 9173 of file pcbnew.py.

◆ Write()

pcbnew.IPC356D_WRITER.Write ( self,
aFilename )
Write(IPC356D_WRITER self, wxString aFilename) -> bool

Definition at line 9169 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 9161 of file pcbnew.py.


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