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 19010 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 19016 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 19021 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 19053 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 19033 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 19345 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 19349 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 19361 of file pcbnew.py.

◆ GetClass()

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

Definition at line 19025 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 19085 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 19089 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 19101 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 19045 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 19073 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 19253 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 19257 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 19269 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 19277 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 19281 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 19293 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 19229 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 19233 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 19245 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 19069 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 19385 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 19389 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 19401 of file pcbnew.py.

◆ GetName()

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

Definition at line 19065 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 19301 of file pcbnew.py.

◆ GetPcbColorParent()

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

Definition at line 19313 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 19409 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 19365 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 19377 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 19109 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 19113 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 19125 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 19181 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 19185 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 19197 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 19205 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 19209 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 19221 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 19133 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 19137 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 19149 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 19157 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 19161 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 19173 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 19321 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 19325 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 19337 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 19341 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 19081 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 19249 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 19273 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 19225 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 19381 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 19297 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 19105 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 19177 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 19201 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 19129 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 19153 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 19317 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 19057 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 19041 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 19037 of file pcbnew.py.

◆ Serialize()

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

Definition at line 19029 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 19353 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 19357 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 19093 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 19097 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 19049 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 19077 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 19261 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 19265 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 19285 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 19289 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 19237 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 19241 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 19393 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 19397 of file pcbnew.py.

◆ SetName()

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

Definition at line 19061 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 19305 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 19309 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 19405 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 19369 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 19373 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 19117 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 19121 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 19189 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 19193 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 19213 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 19217 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 19141 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 19145 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 19165 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 19169 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 19329 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 19333 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

Definition at line 19415 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 19013 of file pcbnew.py.


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