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

Public Member Functions

 __init__ (self, *args)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 layers = property(_pcbnew.LAYERS_CHECKED_layers_get, _pcbnew.LAYERS_CHECKED_layers_set, doc=)
 
 has_error = property(_pcbnew.LAYERS_CHECKED_has_error_get, _pcbnew.LAYERS_CHECKED_has_error_set, doc=)
 

Detailed Description

Proxy of C++ LAYERS_CHECKED class.

Definition at line 20314 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.LAYERS_CHECKED.__init__ ( self,
* args )
    __init__(LAYERS_CHECKED self) -> LAYERS_CHECKED
    __init__(LAYERS_CHECKED self, PCB_LAYER_ID aLayer) -> LAYERS_CHECKED

Definition at line 20320 of file pcbnew.py.

Property Documentation

◆ has_error

pcbnew.LAYERS_CHECKED.has_error = property(_pcbnew.LAYERS_CHECKED_has_error_get, _pcbnew.LAYERS_CHECKED_has_error_set, doc=)
static

Definition at line 20327 of file pcbnew.py.

◆ layers

pcbnew.LAYERS_CHECKED.layers = property(_pcbnew.LAYERS_CHECKED_layers_get, _pcbnew.LAYERS_CHECKED_layers_set, doc=)
static

Definition at line 20326 of file pcbnew.py.

◆ thisown

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

Definition at line 20317 of file pcbnew.py.


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