KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
pcbnew.NETINFO_LIST Class Reference
Inheritance diagram for pcbnew.NETINFO_LIST:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, aParent)
 
def GetNetItem (self, *args)
 
def GetNetCount (self)
 
def NetsByName (self)
 
def NetsByNetcode (self)
 
def RebuildDisplayNetnames (self)
 
def GetParent (self)
 

Static Public Member Functions

def OrphanedItem ()
 

Static Public Attributes

 UNCONNECTED
 
 ORPHANED
 

Properties

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

Detailed Description

Proxy of C++ NETINFO_LIST class.

Definition at line 16952 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.NETINFO_LIST.__init__ (   self,
  aParent 
)
__init__(NETINFO_LIST self, BOARD aParent) -> NETINFO_LIST

Definition at line 16958 of file pcbnew.py.

Member Function Documentation

◆ GetNetCount()

def pcbnew.NETINFO_LIST.GetNetCount (   self)
GetNetCount(NETINFO_LIST self) -> unsigned int

Definition at line 16970 of file pcbnew.py.

◆ GetNetItem()

def pcbnew.NETINFO_LIST.GetNetItem (   self,
args 
)
    GetNetItem(NETINFO_LIST self, int aNetCode) -> NETINFO_ITEM
    GetNetItem(NETINFO_LIST self, wxString aNetName) -> NETINFO_ITEM

Definition at line 16963 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetParent()

def pcbnew.NETINFO_LIST.GetParent (   self)
GetParent(NETINFO_LIST self) -> BOARD

Definition at line 16991 of file pcbnew.py.

◆ NetsByName()

def pcbnew.NETINFO_LIST.NetsByName (   self)
NetsByName(NETINFO_LIST self) -> NETNAMES_MAP

Definition at line 16974 of file pcbnew.py.

◆ NetsByNetcode()

def pcbnew.NETINFO_LIST.NetsByNetcode (   self)
NetsByNetcode(NETINFO_LIST self) -> NETCODES_MAP

Definition at line 16978 of file pcbnew.py.

◆ OrphanedItem()

def pcbnew.NETINFO_LIST.OrphanedItem ( )
static
OrphanedItem() -> NETINFO_ITEM

Definition at line 16987 of file pcbnew.py.

◆ RebuildDisplayNetnames()

def pcbnew.NETINFO_LIST.RebuildDisplayNetnames (   self)
RebuildDisplayNetnames(NETINFO_LIST self)

Definition at line 16982 of file pcbnew.py.

Member Data Documentation

◆ ORPHANED

pcbnew.NETINFO_LIST.ORPHANED
static

Definition at line 16999 of file pcbnew.py.

◆ UNCONNECTED

pcbnew.NETINFO_LIST.UNCONNECTED
static

Definition at line 16998 of file pcbnew.py.

Property Documentation

◆ m_DisplayNetnamesDirty

property pcbnew.NETINFO_LIST.m_DisplayNetnamesDirty = property(_pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_get, _pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_set, doc=)
static

Definition at line 16994 of file pcbnew.py.

◆ thisown

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

Definition at line 16955 of file pcbnew.py.


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