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 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 18476 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 18482 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 18487 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 18519 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 18499 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 18811 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 18815 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 18827 of file pcbnew.py.

◆ GetClass()

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

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

◆ GetClearanceOpt()

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

Definition at line 18555 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 18567 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 18511 of file pcbnew.py.

◆ GetDescription()

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

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

◆ GetDiffPairGapOpt()

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

Definition at line 18723 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 18735 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 18743 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 18747 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 18759 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 18695 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 18699 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 18711 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 18535 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 18851 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 18855 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 18867 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 18779 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 18875 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 18831 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 18843 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 18575 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 18579 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 18591 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 18647 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 18651 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 18663 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 18671 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 18675 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 18687 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 18599 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 18603 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 18615 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 18623 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 18627 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 18639 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 18787 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 18791 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 18803 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 18807 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 18547 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 18715 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 18739 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 18691 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 18847 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 18763 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 18571 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 18643 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 18667 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 18595 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 18619 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 18783 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 18523 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 18507 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 18503 of file pcbnew.py.

◆ Serialize()

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

Definition at line 18495 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 18819 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 18823 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 18559 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 18563 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 18515 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 18543 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 18727 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 18731 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 18751 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 18755 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 18703 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 18707 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 18859 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 18863 of file pcbnew.py.

◆ SetName()

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

Definition at line 18527 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 18771 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 18775 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 18871 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 18835 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 18839 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 18583 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 18587 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 18655 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 18659 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 18679 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 18683 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 18607 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 18611 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 18631 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 18635 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 18795 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 18799 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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