KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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 ResetParents (self)
 
def ResetParameters (self)
 
def GetConstituentNetclasses (self)
 
def SetConstituentNetclasses (self, constituents)
 
def GetVariableSubstitutionName (self)
 
def ContainsNetclassWithName (self, netclass)
 
def IsDefault (self)
 
def GetName (self)
 
def SetName (self, aName)
 
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 18122 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 18128 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 18133 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 18161 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 18449 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 18453 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 18465 of file pcbnew.py.

◆ GetClass()

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

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

◆ GetClearanceOpt()

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

Definition at line 18193 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 18205 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 18149 of file pcbnew.py.

◆ GetDescription()

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

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

◆ GetDiffPairGapOpt()

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

Definition at line 18361 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 18373 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 18381 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 18385 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 18397 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 18333 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 18337 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 18349 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 18489 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 18493 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 18505 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 18417 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 18513 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 18469 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 18481 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 18213 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 18217 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 18229 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 18285 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 18289 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 18301 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 18309 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 18313 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 18325 of file pcbnew.py.

◆ GetVariableSubstitutionName()

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

Definition at line 18157 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 18237 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 18241 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 18253 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 18261 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 18265 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 18277 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 18425 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 18429 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 18441 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 18445 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 18185 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 18353 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 18377 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 18329 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 18485 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 18401 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 18209 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 18281 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 18305 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 18233 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 18257 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 18421 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 18165 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 18145 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 18141 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 18457 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 18461 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 18197 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 18201 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 18153 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 18181 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 18365 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 18369 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 18389 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 18393 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 18341 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 18345 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 18497 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 18501 of file pcbnew.py.

◆ SetName()

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

Definition at line 18173 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 18409 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 18413 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 18509 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 18473 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 18477 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 18221 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 18225 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 18293 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 18297 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 18317 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 18321 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 18245 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 18249 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 18269 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 18273 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 18433 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 18437 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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