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

Public Member Functions

def __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 7073 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 7081 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 7078 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 7079 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 7076 of file pcbnew.py.


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