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

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 smd = property(_pcbnew.D356_RECORD_smd_get, _pcbnew.D356_RECORD_smd_set, doc=)
 
 hole = property(_pcbnew.D356_RECORD_hole_get, _pcbnew.D356_RECORD_hole_set, doc=)
 
 netname = property(_pcbnew.D356_RECORD_netname_get, _pcbnew.D356_RECORD_netname_set, doc=)
 
 refdes = property(_pcbnew.D356_RECORD_refdes_get, _pcbnew.D356_RECORD_refdes_set, doc=)
 
 pin = property(_pcbnew.D356_RECORD_pin_get, _pcbnew.D356_RECORD_pin_set, doc=)
 
 midpoint = property(_pcbnew.D356_RECORD_midpoint_get, _pcbnew.D356_RECORD_midpoint_set, doc=)
 
 drill = property(_pcbnew.D356_RECORD_drill_get, _pcbnew.D356_RECORD_drill_set, doc=)
 
 mechanical = property(_pcbnew.D356_RECORD_mechanical_get, _pcbnew.D356_RECORD_mechanical_set, doc=)
 
 access = property(_pcbnew.D356_RECORD_access_get, _pcbnew.D356_RECORD_access_set, doc=)
 
 soldermask = property(_pcbnew.D356_RECORD_soldermask_get, _pcbnew.D356_RECORD_soldermask_set, doc=)
 
 x_location = property(_pcbnew.D356_RECORD_x_location_get, _pcbnew.D356_RECORD_x_location_set, doc=)
 
 y_location = property(_pcbnew.D356_RECORD_y_location_get, _pcbnew.D356_RECORD_y_location_set, doc=)
 
 x_size = property(_pcbnew.D356_RECORD_x_size_get, _pcbnew.D356_RECORD_x_size_set, doc=)
 
 y_size = property(_pcbnew.D356_RECORD_y_size_get, _pcbnew.D356_RECORD_y_size_set, doc=)
 
 rotation = property(_pcbnew.D356_RECORD_rotation_get, _pcbnew.D356_RECORD_rotation_set, doc=)
 

Detailed Description

Proxy of C++ D356_RECORD class.

Definition at line 9252 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 9273 of file pcbnew.py.

Property Documentation

◆ access

pcbnew.D356_RECORD.access = property(_pcbnew.D356_RECORD_access_get, _pcbnew.D356_RECORD_access_set, doc=)
static

Definition at line 9265 of file pcbnew.py.

◆ drill

pcbnew.D356_RECORD.drill = property(_pcbnew.D356_RECORD_drill_get, _pcbnew.D356_RECORD_drill_set, doc=)
static

Definition at line 9263 of file pcbnew.py.

◆ hole

pcbnew.D356_RECORD.hole = property(_pcbnew.D356_RECORD_hole_get, _pcbnew.D356_RECORD_hole_set, doc=)
static

Definition at line 9258 of file pcbnew.py.

◆ mechanical

pcbnew.D356_RECORD.mechanical = property(_pcbnew.D356_RECORD_mechanical_get, _pcbnew.D356_RECORD_mechanical_set, doc=)
static

Definition at line 9264 of file pcbnew.py.

◆ midpoint

pcbnew.D356_RECORD.midpoint = property(_pcbnew.D356_RECORD_midpoint_get, _pcbnew.D356_RECORD_midpoint_set, doc=)
static

Definition at line 9262 of file pcbnew.py.

◆ netname

pcbnew.D356_RECORD.netname = property(_pcbnew.D356_RECORD_netname_get, _pcbnew.D356_RECORD_netname_set, doc=)
static

Definition at line 9259 of file pcbnew.py.

◆ pin

pcbnew.D356_RECORD.pin = property(_pcbnew.D356_RECORD_pin_get, _pcbnew.D356_RECORD_pin_set, doc=)
static

Definition at line 9261 of file pcbnew.py.

◆ refdes

pcbnew.D356_RECORD.refdes = property(_pcbnew.D356_RECORD_refdes_get, _pcbnew.D356_RECORD_refdes_set, doc=)
static

Definition at line 9260 of file pcbnew.py.

◆ rotation

pcbnew.D356_RECORD.rotation = property(_pcbnew.D356_RECORD_rotation_get, _pcbnew.D356_RECORD_rotation_set, doc=)
static

Definition at line 9271 of file pcbnew.py.

◆ smd

pcbnew.D356_RECORD.smd = property(_pcbnew.D356_RECORD_smd_get, _pcbnew.D356_RECORD_smd_set, doc=)
static

Definition at line 9257 of file pcbnew.py.

◆ soldermask

pcbnew.D356_RECORD.soldermask = property(_pcbnew.D356_RECORD_soldermask_get, _pcbnew.D356_RECORD_soldermask_set, doc=)
static

Definition at line 9266 of file pcbnew.py.

◆ thisown

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

Definition at line 9255 of file pcbnew.py.

◆ x_location

pcbnew.D356_RECORD.x_location = property(_pcbnew.D356_RECORD_x_location_get, _pcbnew.D356_RECORD_x_location_set, doc=)
static

Definition at line 9267 of file pcbnew.py.

◆ x_size

pcbnew.D356_RECORD.x_size = property(_pcbnew.D356_RECORD_x_size_get, _pcbnew.D356_RECORD_x_size_set, doc=)
static

Definition at line 9269 of file pcbnew.py.

◆ y_location

pcbnew.D356_RECORD.y_location = property(_pcbnew.D356_RECORD_y_location_get, _pcbnew.D356_RECORD_y_location_set, doc=)
static

Definition at line 9268 of file pcbnew.py.

◆ y_size

pcbnew.D356_RECORD.y_size = property(_pcbnew.D356_RECORD_y_size_get, _pcbnew.D356_RECORD_y_size_set, doc=)
static

Definition at line 9270 of file pcbnew.py.


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