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

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_GerberFileList = property(_pcbnew.JOBFILE_PARAMS_m_GerberFileList_get, _pcbnew.JOBFILE_PARAMS_m_GerberFileList_set, doc=)
 
 m_LayerId = property(_pcbnew.JOBFILE_PARAMS_m_LayerId_get, _pcbnew.JOBFILE_PARAMS_m_LayerId_set, doc=)
 

Detailed Description

Proxy of C++ JOBFILE_PARAMS class.

Definition at line 9457 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.JOBFILE_PARAMS.__init__ ( self)
__init__(JOBFILE_PARAMS self) -> JOBFILE_PARAMS

Definition at line 9465 of file pcbnew.py.

Property Documentation

◆ m_GerberFileList

pcbnew.JOBFILE_PARAMS.m_GerberFileList = property(_pcbnew.JOBFILE_PARAMS_m_GerberFileList_get, _pcbnew.JOBFILE_PARAMS_m_GerberFileList_set, doc=)
static

Definition at line 9462 of file pcbnew.py.

◆ m_LayerId

pcbnew.JOBFILE_PARAMS.m_LayerId = property(_pcbnew.JOBFILE_PARAMS_m_LayerId_get, _pcbnew.JOBFILE_PARAMS_m_LayerId_set, doc=)
static

Definition at line 9463 of file pcbnew.py.

◆ thisown

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

Definition at line 9460 of file pcbnew.py.


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