KiCad Pcbnew Python Scripting
All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes | Properties | List of all members
pcbnew.NETCLASS Class Reference
Inheritance diagram for pcbnew.NETCLASS:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, aName, aInitWithDefaults=True)
 
def __eq__ (self, other)
 
def GetClass (self)
 
def Serialize (self, aContainer)
 
def Deserialize (self, aContainer)
 
def ResetParents (self)
 
def ResetParameters (self)
 
def GetConstituentNetclasses (self)
 
def SetConstituentNetclasses (self, constituents)
 
def ContainsNetclassWithName (self, netclass)
 
def IsDefault (self)
 
def SetName (self, aName)
 
def GetName (self)
 
def GetHumanReadableName (self)
 
def GetDescription (self)
 
def SetDescription (self, aDesc)
 
def HasClearance (self)
 
def GetClearance (self)
 
def GetClearanceOpt (self)
 
def SetClearance (self, aClearance)
 
def SetClearanceParent (self, parent)
 
def GetClearanceParent (self)
 
def HasTrackWidth (self)
 
def GetTrackWidth (self)
 
def GetTrackWidthOpt (self)
 
def SetTrackWidth (self, aWidth)
 
def SetTrackWidthParent (self, parent)
 
def GetTrackWidthParent (self)
 
def HasViaDiameter (self)
 
def GetViaDiameter (self)
 
def GetViaDiameterOpt (self)
 
def SetViaDiameter (self, aDia)
 
def SetViaDiameterParent (self, parent)
 
def GetViaDiameterParent (self)
 
def HasViaDrill (self)
 
def GetViaDrill (self)
 
def GetViaDrillOpt (self)
 
def SetViaDrill (self, aSize)
 
def SetViaDrillParent (self, parent)
 
def GetViaDrillParent (self)
 
def HasuViaDiameter (self)
 
def GetuViaDiameter (self)
 
def GetuViaDiameterOpt (self)
 
def SetuViaDiameter (self, aSize)
 
def SetuViaDiameterParent (self, parent)
 
def GetuViaDiameterParent (self)
 
def HasuViaDrill (self)
 
def GetuViaDrill (self)
 
def GetuViaDrillOpt (self)
 
def SetuViaDrill (self, aSize)
 
def SetuViaDrillParent (self, parent)
 
def GetuViaDrillParent (self)
 
def HasDiffPairWidth (self)
 
def GetDiffPairWidth (self)
 
def GetDiffPairWidthOpt (self)
 
def SetDiffPairWidth (self, aSize)
 
def SetDiffPairWidthParent (self, parent)
 
def GetDiffPairWidthParent (self)
 
def HasDiffPairGap (self)
 
def GetDiffPairGap (self)
 
def GetDiffPairGapOpt (self)
 
def SetDiffPairGap (self, aSize)
 
def SetDiffPairGapParent (self, parent)
 
def GetDiffPairGapParent (self)
 
def HasDiffPairViaGap (self)
 
def GetDiffPairViaGap (self)
 
def GetDiffPairViaGapOpt (self)
 
def SetDiffPairViaGap (self, aSize)
 
def SetDiffPairViaGapParent (self, parent)
 
def GetDiffPairViaGapParent (self)
 
def HasPcbColor (self)
 
def GetPcbColor (self, aIsForSave=False)
 
def SetPcbColor (self, aColor)
 
def SetPcbColorParent (self, parent)
 
def GetPcbColorParent (self)
 
def HasWireWidth (self)
 
def GetWireWidth (self)
 
def GetWireWidthOpt (self)
 
def SetWireWidth (self, aWidth)
 
def SetWireWidthParent (self, parent)
 
def GetWireWidthParent (self)
 
def HasBusWidth (self)
 
def GetBusWidth (self)
 
def GetBusWidthOpt (self)
 
def SetBusWidth (self, aWidth)
 
def SetBusWidthParent (self, parent)
 
def GetBusWidthParent (self)
 
def GetSchematicColor (self, aIsForSave=False)
 
def SetSchematicColor (self, aColor)
 
def SetSchematicColorParent (self, parent)
 
def GetSchematicColorParent (self)
 
def HasLineStyle (self)
 
def GetLineStyle (self)
 
def GetLineStyleOpt (self)
 
def SetLineStyle (self, aStyle)
 
def SetLineStyleParent (self, parent)
 
def GetLineStyleParent (self)
 
def SetPriority (self, aPriority)
 
def GetPriority (self)
 

Static Public Attributes

 Default
 

Properties

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

Detailed Description

Proxy of C++ NETCLASS class.

Definition at line 18690 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.NETCLASS.__init__ (   self,
  aName,
  aInitWithDefaults = True 
)
__init__(NETCLASS self, wxString aName, bool aInitWithDefaults=True) -> NETCLASS

Definition at line 18696 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

def pcbnew.NETCLASS.__eq__ (   self,
  other 
)
__eq__(NETCLASS self, NETCLASS other) -> bool

Definition at line 18701 of file pcbnew.py.

◆ ContainsNetclassWithName()

def pcbnew.NETCLASS.ContainsNetclassWithName (   self,
  netclass 
)
ContainsNetclassWithName(NETCLASS self, wxString netclass) -> bool

Definition at line 18733 of file pcbnew.py.

◆ Deserialize()

def pcbnew.NETCLASS.Deserialize (   self,
  aContainer 
)
Deserialize(NETCLASS self, google::protobuf::Any const & aContainer) -> bool

Definition at line 18713 of file pcbnew.py.

◆ GetBusWidth()

def pcbnew.NETCLASS.GetBusWidth (   self)
GetBusWidth(NETCLASS self) -> int

Definition at line 19025 of file pcbnew.py.

◆ GetBusWidthOpt()

def pcbnew.NETCLASS.GetBusWidthOpt (   self)
GetBusWidthOpt(NETCLASS self) -> std::optional< int >

Definition at line 19029 of file pcbnew.py.

◆ GetBusWidthParent()

def pcbnew.NETCLASS.GetBusWidthParent (   self)
GetBusWidthParent(NETCLASS self) -> NETCLASS

Definition at line 19041 of file pcbnew.py.

◆ GetClass()

def pcbnew.NETCLASS.GetClass (   self)
GetClass(NETCLASS self) -> wxString

Definition at line 18705 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetClearance()

def pcbnew.NETCLASS.GetClearance (   self)
GetClearance(NETCLASS self) -> int

Definition at line 18765 of file pcbnew.py.

◆ GetClearanceOpt()

def pcbnew.NETCLASS.GetClearanceOpt (   self)
GetClearanceOpt(NETCLASS self) -> std::optional< int >

Definition at line 18769 of file pcbnew.py.

◆ GetClearanceParent()

def pcbnew.NETCLASS.GetClearanceParent (   self)
GetClearanceParent(NETCLASS self) -> NETCLASS

Definition at line 18781 of file pcbnew.py.

◆ GetConstituentNetclasses()

def pcbnew.NETCLASS.GetConstituentNetclasses (   self)
GetConstituentNetclasses(NETCLASS self) -> std::vector< NETCLASS *,std::allocator< NETCLASS * > > const &

Definition at line 18725 of file pcbnew.py.

◆ GetDescription()

def pcbnew.NETCLASS.GetDescription (   self)
GetDescription(NETCLASS self) -> wxString

Definition at line 18753 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetDiffPairGap()

def pcbnew.NETCLASS.GetDiffPairGap (   self)
GetDiffPairGap(NETCLASS self) -> int

Definition at line 18933 of file pcbnew.py.

◆ GetDiffPairGapOpt()

def pcbnew.NETCLASS.GetDiffPairGapOpt (   self)
GetDiffPairGapOpt(NETCLASS self) -> std::optional< int >

Definition at line 18937 of file pcbnew.py.

◆ GetDiffPairGapParent()

def pcbnew.NETCLASS.GetDiffPairGapParent (   self)
GetDiffPairGapParent(NETCLASS self) -> NETCLASS

Definition at line 18949 of file pcbnew.py.

◆ GetDiffPairViaGap()

def pcbnew.NETCLASS.GetDiffPairViaGap (   self)
GetDiffPairViaGap(NETCLASS self) -> int

Definition at line 18957 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

def pcbnew.NETCLASS.GetDiffPairViaGapOpt (   self)
GetDiffPairViaGapOpt(NETCLASS self) -> std::optional< int >

Definition at line 18961 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

def pcbnew.NETCLASS.GetDiffPairViaGapParent (   self)
GetDiffPairViaGapParent(NETCLASS self) -> NETCLASS

Definition at line 18973 of file pcbnew.py.

◆ GetDiffPairWidth()

def pcbnew.NETCLASS.GetDiffPairWidth (   self)
GetDiffPairWidth(NETCLASS self) -> int

Definition at line 18909 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

def pcbnew.NETCLASS.GetDiffPairWidthOpt (   self)
GetDiffPairWidthOpt(NETCLASS self) -> std::optional< int >

Definition at line 18913 of file pcbnew.py.

◆ GetDiffPairWidthParent()

def pcbnew.NETCLASS.GetDiffPairWidthParent (   self)
GetDiffPairWidthParent(NETCLASS self) -> NETCLASS

Definition at line 18925 of file pcbnew.py.

◆ GetHumanReadableName()

def pcbnew.NETCLASS.GetHumanReadableName (   self)
GetHumanReadableName(NETCLASS self) -> wxString

Definition at line 18749 of file pcbnew.py.

◆ GetLineStyle()

def pcbnew.NETCLASS.GetLineStyle (   self)
GetLineStyle(NETCLASS self) -> int

Definition at line 19065 of file pcbnew.py.

◆ GetLineStyleOpt()

def pcbnew.NETCLASS.GetLineStyleOpt (   self)
GetLineStyleOpt(NETCLASS self) -> std::optional< int >

Definition at line 19069 of file pcbnew.py.

◆ GetLineStyleParent()

def pcbnew.NETCLASS.GetLineStyleParent (   self)
GetLineStyleParent(NETCLASS self) -> NETCLASS

Definition at line 19081 of file pcbnew.py.

◆ GetName()

def pcbnew.NETCLASS.GetName (   self)
GetName(NETCLASS self) -> wxString

Definition at line 18745 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetPcbColor()

def pcbnew.NETCLASS.GetPcbColor (   self,
  aIsForSave = False 
)
GetPcbColor(NETCLASS self, bool aIsForSave=False) -> COLOR4D

Definition at line 18981 of file pcbnew.py.

◆ GetPcbColorParent()

def pcbnew.NETCLASS.GetPcbColorParent (   self)
GetPcbColorParent(NETCLASS self) -> NETCLASS

Definition at line 18993 of file pcbnew.py.

◆ GetPriority()

def pcbnew.NETCLASS.GetPriority (   self)
GetPriority(NETCLASS self) -> int

Definition at line 19089 of file pcbnew.py.

◆ GetSchematicColor()

def pcbnew.NETCLASS.GetSchematicColor (   self,
  aIsForSave = False 
)
GetSchematicColor(NETCLASS self, bool aIsForSave=False) -> COLOR4D

Definition at line 19045 of file pcbnew.py.

◆ GetSchematicColorParent()

def pcbnew.NETCLASS.GetSchematicColorParent (   self)
GetSchematicColorParent(NETCLASS self) -> NETCLASS

Definition at line 19057 of file pcbnew.py.

◆ GetTrackWidth()

def pcbnew.NETCLASS.GetTrackWidth (   self)
GetTrackWidth(NETCLASS self) -> int

Definition at line 18789 of file pcbnew.py.

◆ GetTrackWidthOpt()

def pcbnew.NETCLASS.GetTrackWidthOpt (   self)
GetTrackWidthOpt(NETCLASS self) -> std::optional< int >

Definition at line 18793 of file pcbnew.py.

◆ GetTrackWidthParent()

def pcbnew.NETCLASS.GetTrackWidthParent (   self)
GetTrackWidthParent(NETCLASS self) -> NETCLASS

Definition at line 18805 of file pcbnew.py.

◆ GetuViaDiameter()

def pcbnew.NETCLASS.GetuViaDiameter (   self)
GetuViaDiameter(NETCLASS self) -> int

Definition at line 18861 of file pcbnew.py.

◆ GetuViaDiameterOpt()

def pcbnew.NETCLASS.GetuViaDiameterOpt (   self)
GetuViaDiameterOpt(NETCLASS self) -> std::optional< int >

Definition at line 18865 of file pcbnew.py.

◆ GetuViaDiameterParent()

def pcbnew.NETCLASS.GetuViaDiameterParent (   self)
GetuViaDiameterParent(NETCLASS self) -> NETCLASS

Definition at line 18877 of file pcbnew.py.

◆ GetuViaDrill()

def pcbnew.NETCLASS.GetuViaDrill (   self)
GetuViaDrill(NETCLASS self) -> int

Definition at line 18885 of file pcbnew.py.

◆ GetuViaDrillOpt()

def pcbnew.NETCLASS.GetuViaDrillOpt (   self)
GetuViaDrillOpt(NETCLASS self) -> std::optional< int >

Definition at line 18889 of file pcbnew.py.

◆ GetuViaDrillParent()

def pcbnew.NETCLASS.GetuViaDrillParent (   self)
GetuViaDrillParent(NETCLASS self) -> NETCLASS

Definition at line 18901 of file pcbnew.py.

◆ GetViaDiameter()

def pcbnew.NETCLASS.GetViaDiameter (   self)
GetViaDiameter(NETCLASS self) -> int

Definition at line 18813 of file pcbnew.py.

◆ GetViaDiameterOpt()

def pcbnew.NETCLASS.GetViaDiameterOpt (   self)
GetViaDiameterOpt(NETCLASS self) -> std::optional< int >

Definition at line 18817 of file pcbnew.py.

◆ GetViaDiameterParent()

def pcbnew.NETCLASS.GetViaDiameterParent (   self)
GetViaDiameterParent(NETCLASS self) -> NETCLASS

Definition at line 18829 of file pcbnew.py.

◆ GetViaDrill()

def pcbnew.NETCLASS.GetViaDrill (   self)
GetViaDrill(NETCLASS self) -> int

Definition at line 18837 of file pcbnew.py.

◆ GetViaDrillOpt()

def pcbnew.NETCLASS.GetViaDrillOpt (   self)
GetViaDrillOpt(NETCLASS self) -> std::optional< int >

Definition at line 18841 of file pcbnew.py.

◆ GetViaDrillParent()

def pcbnew.NETCLASS.GetViaDrillParent (   self)
GetViaDrillParent(NETCLASS self) -> NETCLASS

Definition at line 18853 of file pcbnew.py.

◆ GetWireWidth()

def pcbnew.NETCLASS.GetWireWidth (   self)
GetWireWidth(NETCLASS self) -> int

Definition at line 19001 of file pcbnew.py.

◆ GetWireWidthOpt()

def pcbnew.NETCLASS.GetWireWidthOpt (   self)
GetWireWidthOpt(NETCLASS self) -> std::optional< int >

Definition at line 19005 of file pcbnew.py.

◆ GetWireWidthParent()

def pcbnew.NETCLASS.GetWireWidthParent (   self)
GetWireWidthParent(NETCLASS self) -> NETCLASS

Definition at line 19017 of file pcbnew.py.

◆ HasBusWidth()

def pcbnew.NETCLASS.HasBusWidth (   self)
HasBusWidth(NETCLASS self) -> bool

Definition at line 19021 of file pcbnew.py.

◆ HasClearance()

def pcbnew.NETCLASS.HasClearance (   self)
HasClearance(NETCLASS self) -> bool

Definition at line 18761 of file pcbnew.py.

◆ HasDiffPairGap()

def pcbnew.NETCLASS.HasDiffPairGap (   self)
HasDiffPairGap(NETCLASS self) -> bool

Definition at line 18929 of file pcbnew.py.

◆ HasDiffPairViaGap()

def pcbnew.NETCLASS.HasDiffPairViaGap (   self)
HasDiffPairViaGap(NETCLASS self) -> bool

Definition at line 18953 of file pcbnew.py.

◆ HasDiffPairWidth()

def pcbnew.NETCLASS.HasDiffPairWidth (   self)
HasDiffPairWidth(NETCLASS self) -> bool

Definition at line 18905 of file pcbnew.py.

◆ HasLineStyle()

def pcbnew.NETCLASS.HasLineStyle (   self)
HasLineStyle(NETCLASS self) -> bool

Definition at line 19061 of file pcbnew.py.

◆ HasPcbColor()

def pcbnew.NETCLASS.HasPcbColor (   self)
HasPcbColor(NETCLASS self) -> bool

Definition at line 18977 of file pcbnew.py.

◆ HasTrackWidth()

def pcbnew.NETCLASS.HasTrackWidth (   self)
HasTrackWidth(NETCLASS self) -> bool

Definition at line 18785 of file pcbnew.py.

◆ HasuViaDiameter()

def pcbnew.NETCLASS.HasuViaDiameter (   self)
HasuViaDiameter(NETCLASS self) -> bool

Definition at line 18857 of file pcbnew.py.

◆ HasuViaDrill()

def pcbnew.NETCLASS.HasuViaDrill (   self)
HasuViaDrill(NETCLASS self) -> bool

Definition at line 18881 of file pcbnew.py.

◆ HasViaDiameter()

def pcbnew.NETCLASS.HasViaDiameter (   self)
HasViaDiameter(NETCLASS self) -> bool

Definition at line 18809 of file pcbnew.py.

◆ HasViaDrill()

def pcbnew.NETCLASS.HasViaDrill (   self)
HasViaDrill(NETCLASS self) -> int

Definition at line 18833 of file pcbnew.py.

◆ HasWireWidth()

def pcbnew.NETCLASS.HasWireWidth (   self)
HasWireWidth(NETCLASS self) -> bool

Definition at line 18997 of file pcbnew.py.

◆ IsDefault()

def pcbnew.NETCLASS.IsDefault (   self)
IsDefault(NETCLASS self) -> bool

Definition at line 18737 of file pcbnew.py.

◆ ResetParameters()

def pcbnew.NETCLASS.ResetParameters (   self)
ResetParameters(NETCLASS self)

Definition at line 18721 of file pcbnew.py.

◆ ResetParents()

def pcbnew.NETCLASS.ResetParents (   self)
ResetParents(NETCLASS self)

Definition at line 18717 of file pcbnew.py.

◆ Serialize()

def pcbnew.NETCLASS.Serialize (   self,
  aContainer 
)
Serialize(NETCLASS self, google::protobuf::Any & aContainer)

Definition at line 18709 of file pcbnew.py.

◆ SetBusWidth()

def pcbnew.NETCLASS.SetBusWidth (   self,
  aWidth 
)
SetBusWidth(NETCLASS self, int aWidth)

Definition at line 19033 of file pcbnew.py.

◆ SetBusWidthParent()

def pcbnew.NETCLASS.SetBusWidthParent (   self,
  parent 
)
SetBusWidthParent(NETCLASS self, NETCLASS parent)

Definition at line 19037 of file pcbnew.py.

◆ SetClearance()

def pcbnew.NETCLASS.SetClearance (   self,
  aClearance 
)
SetClearance(NETCLASS self, int aClearance)

Definition at line 18773 of file pcbnew.py.

◆ SetClearanceParent()

def pcbnew.NETCLASS.SetClearanceParent (   self,
  parent 
)
SetClearanceParent(NETCLASS self, NETCLASS parent)

Definition at line 18777 of file pcbnew.py.

◆ SetConstituentNetclasses()

def pcbnew.NETCLASS.SetConstituentNetclasses (   self,
  constituents 
)
SetConstituentNetclasses(NETCLASS self, std::vector< NETCLASS *,std::allocator< NETCLASS * > > && constituents)

Definition at line 18729 of file pcbnew.py.

◆ SetDescription()

def pcbnew.NETCLASS.SetDescription (   self,
  aDesc 
)
SetDescription(NETCLASS self, wxString aDesc)

Definition at line 18757 of file pcbnew.py.

◆ SetDiffPairGap()

def pcbnew.NETCLASS.SetDiffPairGap (   self,
  aSize 
)
SetDiffPairGap(NETCLASS self, int aSize)

Definition at line 18941 of file pcbnew.py.

◆ SetDiffPairGapParent()

def pcbnew.NETCLASS.SetDiffPairGapParent (   self,
  parent 
)
SetDiffPairGapParent(NETCLASS self, NETCLASS parent)

Definition at line 18945 of file pcbnew.py.

◆ SetDiffPairViaGap()

def pcbnew.NETCLASS.SetDiffPairViaGap (   self,
  aSize 
)
SetDiffPairViaGap(NETCLASS self, int aSize)

Definition at line 18965 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

def pcbnew.NETCLASS.SetDiffPairViaGapParent (   self,
  parent 
)
SetDiffPairViaGapParent(NETCLASS self, NETCLASS parent)

Definition at line 18969 of file pcbnew.py.

◆ SetDiffPairWidth()

def pcbnew.NETCLASS.SetDiffPairWidth (   self,
  aSize 
)
SetDiffPairWidth(NETCLASS self, int aSize)

Definition at line 18917 of file pcbnew.py.

◆ SetDiffPairWidthParent()

def pcbnew.NETCLASS.SetDiffPairWidthParent (   self,
  parent 
)
SetDiffPairWidthParent(NETCLASS self, NETCLASS parent)

Definition at line 18921 of file pcbnew.py.

◆ SetLineStyle()

def pcbnew.NETCLASS.SetLineStyle (   self,
  aStyle 
)
SetLineStyle(NETCLASS self, int aStyle)

Definition at line 19073 of file pcbnew.py.

◆ SetLineStyleParent()

def pcbnew.NETCLASS.SetLineStyleParent (   self,
  parent 
)
SetLineStyleParent(NETCLASS self, NETCLASS parent)

Definition at line 19077 of file pcbnew.py.

◆ SetName()

def pcbnew.NETCLASS.SetName (   self,
  aName 
)
SetName(NETCLASS self, wxString aName)

Definition at line 18741 of file pcbnew.py.

◆ SetPcbColor()

def pcbnew.NETCLASS.SetPcbColor (   self,
  aColor 
)
SetPcbColor(NETCLASS self, COLOR4D aColor)

Definition at line 18985 of file pcbnew.py.

◆ SetPcbColorParent()

def pcbnew.NETCLASS.SetPcbColorParent (   self,
  parent 
)
SetPcbColorParent(NETCLASS self, NETCLASS parent)

Definition at line 18989 of file pcbnew.py.

◆ SetPriority()

def pcbnew.NETCLASS.SetPriority (   self,
  aPriority 
)
SetPriority(NETCLASS self, int aPriority)

Definition at line 19085 of file pcbnew.py.

◆ SetSchematicColor()

def pcbnew.NETCLASS.SetSchematicColor (   self,
  aColor 
)
SetSchematicColor(NETCLASS self, COLOR4D aColor)

Definition at line 19049 of file pcbnew.py.

◆ SetSchematicColorParent()

def pcbnew.NETCLASS.SetSchematicColorParent (   self,
  parent 
)
SetSchematicColorParent(NETCLASS self, NETCLASS parent)

Definition at line 19053 of file pcbnew.py.

◆ SetTrackWidth()

def pcbnew.NETCLASS.SetTrackWidth (   self,
  aWidth 
)
SetTrackWidth(NETCLASS self, int aWidth)

Definition at line 18797 of file pcbnew.py.

◆ SetTrackWidthParent()

def pcbnew.NETCLASS.SetTrackWidthParent (   self,
  parent 
)
SetTrackWidthParent(NETCLASS self, NETCLASS parent)

Definition at line 18801 of file pcbnew.py.

◆ SetuViaDiameter()

def pcbnew.NETCLASS.SetuViaDiameter (   self,
  aSize 
)
SetuViaDiameter(NETCLASS self, int aSize)

Definition at line 18869 of file pcbnew.py.

◆ SetuViaDiameterParent()

def pcbnew.NETCLASS.SetuViaDiameterParent (   self,
  parent 
)
SetuViaDiameterParent(NETCLASS self, NETCLASS parent)

Definition at line 18873 of file pcbnew.py.

◆ SetuViaDrill()

def pcbnew.NETCLASS.SetuViaDrill (   self,
  aSize 
)
SetuViaDrill(NETCLASS self, int aSize)

Definition at line 18893 of file pcbnew.py.

◆ SetuViaDrillParent()

def pcbnew.NETCLASS.SetuViaDrillParent (   self,
  parent 
)
SetuViaDrillParent(NETCLASS self, NETCLASS parent)

Definition at line 18897 of file pcbnew.py.

◆ SetViaDiameter()

def pcbnew.NETCLASS.SetViaDiameter (   self,
  aDia 
)
SetViaDiameter(NETCLASS self, int aDia)

Definition at line 18821 of file pcbnew.py.

◆ SetViaDiameterParent()

def pcbnew.NETCLASS.SetViaDiameterParent (   self,
  parent 
)
SetViaDiameterParent(NETCLASS self, NETCLASS parent)

Definition at line 18825 of file pcbnew.py.

◆ SetViaDrill()

def pcbnew.NETCLASS.SetViaDrill (   self,
  aSize 
)
SetViaDrill(NETCLASS self, int aSize)

Definition at line 18845 of file pcbnew.py.

◆ SetViaDrillParent()

def pcbnew.NETCLASS.SetViaDrillParent (   self,
  parent 
)
SetViaDrillParent(NETCLASS self, NETCLASS parent)

Definition at line 18849 of file pcbnew.py.

◆ SetWireWidth()

def pcbnew.NETCLASS.SetWireWidth (   self,
  aWidth 
)
SetWireWidth(NETCLASS self, int aWidth)

Definition at line 19009 of file pcbnew.py.

◆ SetWireWidthParent()

def pcbnew.NETCLASS.SetWireWidthParent (   self,
  parent 
)
SetWireWidthParent(NETCLASS self, NETCLASS parent)

Definition at line 19013 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

Definition at line 19095 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 18693 of file pcbnew.py.


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