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, *args)
 
def SetClearanceParent (self, parent)
 
def GetClearanceParent (self)
 
def HasTrackWidth (self)
 
def GetTrackWidth (self)
 
def GetTrackWidthOpt (self)
 
def SetTrackWidth (self, *args)
 
def SetTrackWidthParent (self, parent)
 
def GetTrackWidthParent (self)
 
def HasViaDiameter (self)
 
def GetViaDiameter (self)
 
def GetViaDiameterOpt (self)
 
def SetViaDiameter (self, *args)
 
def SetViaDiameterParent (self, parent)
 
def GetViaDiameterParent (self)
 
def HasViaDrill (self)
 
def GetViaDrill (self)
 
def GetViaDrillOpt (self)
 
def SetViaDrill (self, *args)
 
def SetViaDrillParent (self, parent)
 
def GetViaDrillParent (self)
 
def HasuViaDiameter (self)
 
def GetuViaDiameter (self)
 
def GetuViaDiameterOpt (self)
 
def SetuViaDiameter (self, *args)
 
def SetuViaDiameterParent (self, parent)
 
def GetuViaDiameterParent (self)
 
def HasuViaDrill (self)
 
def GetuViaDrill (self)
 
def GetuViaDrillOpt (self)
 
def SetuViaDrill (self, *args)
 
def SetuViaDrillParent (self, parent)
 
def GetuViaDrillParent (self)
 
def HasDiffPairWidth (self)
 
def GetDiffPairWidth (self)
 
def GetDiffPairWidthOpt (self)
 
def SetDiffPairWidth (self, *args)
 
def SetDiffPairWidthParent (self, parent)
 
def GetDiffPairWidthParent (self)
 
def HasDiffPairGap (self)
 
def GetDiffPairGap (self)
 
def GetDiffPairGapOpt (self)
 
def SetDiffPairGap (self, *args)
 
def SetDiffPairGapParent (self, parent)
 
def GetDiffPairGapParent (self)
 
def HasDiffPairViaGap (self)
 
def GetDiffPairViaGap (self)
 
def GetDiffPairViaGapOpt (self)
 
def SetDiffPairViaGap (self, *args)
 
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, *args)
 
def SetWireWidthParent (self, parent)
 
def GetWireWidthParent (self)
 
def HasBusWidth (self)
 
def GetBusWidth (self)
 
def GetBusWidthOpt (self)
 
def SetBusWidth (self, *args)
 
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, *args)
 
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 17557 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 17563 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 17568 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 17596 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 17914 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 17918 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 17933 of file pcbnew.py.

◆ GetClass()

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

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

◆ GetClearanceOpt()

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

Definition at line 17628 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 17643 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 17584 of file pcbnew.py.

◆ GetDescription()

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

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

◆ GetDiffPairGapOpt()

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

Definition at line 17817 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 17832 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 17840 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 17844 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 17859 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 17786 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 17790 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 17805 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 17957 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 17961 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 17976 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 17879 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 17984 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 17937 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 17949 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 17651 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 17655 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 17670 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 17732 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 17736 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 17751 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 17759 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 17763 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 17778 of file pcbnew.py.

◆ GetVariableSubstitutionName()

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

Definition at line 17592 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 17678 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 17682 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 17697 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 17705 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 17709 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 17724 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 17887 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 17891 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 17906 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 17910 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 17620 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 17809 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 17836 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 17782 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 17953 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 17863 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 17647 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 17728 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 17755 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 17674 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 17701 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 17883 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 17600 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 17580 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 17576 of file pcbnew.py.

◆ SetBusWidth()

def pcbnew.NETCLASS.SetBusWidth (   self,
args 
)
    SetBusWidth(NETCLASS self, int aWidth)
    SetBusWidth(NETCLASS self, std::optional< int > aWidth)

Definition at line 17922 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetBusWidthParent()

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

Definition at line 17929 of file pcbnew.py.

◆ SetClearance()

def pcbnew.NETCLASS.SetClearance (   self,
args 
)
    SetClearance(NETCLASS self, int aClearance)
    SetClearance(NETCLASS self, std::optional< int > aClearance)

Definition at line 17632 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetClearanceParent()

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

Definition at line 17639 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 17588 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 17616 of file pcbnew.py.

◆ SetDiffPairGap()

def pcbnew.NETCLASS.SetDiffPairGap (   self,
args 
)
    SetDiffPairGap(NETCLASS self, int aSize)
    SetDiffPairGap(NETCLASS self, std::optional< int > aSize)

Definition at line 17821 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetDiffPairGapParent()

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

Definition at line 17828 of file pcbnew.py.

◆ SetDiffPairViaGap()

def pcbnew.NETCLASS.SetDiffPairViaGap (   self,
args 
)
    SetDiffPairViaGap(NETCLASS self, int aSize)
    SetDiffPairViaGap(NETCLASS self, std::optional< int > aSize)

Definition at line 17848 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetDiffPairViaGapParent()

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

Definition at line 17855 of file pcbnew.py.

◆ SetDiffPairWidth()

def pcbnew.NETCLASS.SetDiffPairWidth (   self,
args 
)
    SetDiffPairWidth(NETCLASS self, int aSize)
    SetDiffPairWidth(NETCLASS self, std::optional< int > aSize)

Definition at line 17794 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetDiffPairWidthParent()

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

Definition at line 17801 of file pcbnew.py.

◆ SetLineStyle()

def pcbnew.NETCLASS.SetLineStyle (   self,
args 
)
    SetLineStyle(NETCLASS self, int aStyle)
    SetLineStyle(NETCLASS self, std::optional< int > aStyle)

Definition at line 17965 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetLineStyleParent()

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

Definition at line 17972 of file pcbnew.py.

◆ SetName()

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

Definition at line 17608 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 17871 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 17875 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 17980 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 17941 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 17945 of file pcbnew.py.

◆ SetTrackWidth()

def pcbnew.NETCLASS.SetTrackWidth (   self,
args 
)
    SetTrackWidth(NETCLASS self, int aWidth)
    SetTrackWidth(NETCLASS self, std::optional< int > aWidth)

Definition at line 17659 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetTrackWidthParent()

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

Definition at line 17666 of file pcbnew.py.

◆ SetuViaDiameter()

def pcbnew.NETCLASS.SetuViaDiameter (   self,
args 
)
    SetuViaDiameter(NETCLASS self, int aSize)
    SetuViaDiameter(NETCLASS self, std::optional< int > aSize)

Definition at line 17740 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetuViaDiameterParent()

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

Definition at line 17747 of file pcbnew.py.

◆ SetuViaDrill()

def pcbnew.NETCLASS.SetuViaDrill (   self,
args 
)
    SetuViaDrill(NETCLASS self, int aSize)
    SetuViaDrill(NETCLASS self, std::optional< int > aSize)

Definition at line 17767 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetuViaDrillParent()

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

Definition at line 17774 of file pcbnew.py.

◆ SetViaDiameter()

def pcbnew.NETCLASS.SetViaDiameter (   self,
args 
)
    SetViaDiameter(NETCLASS self, int aDia)
    SetViaDiameter(NETCLASS self, std::optional< int > aDia)

Definition at line 17686 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetViaDiameterParent()

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

Definition at line 17693 of file pcbnew.py.

◆ SetViaDrill()

def pcbnew.NETCLASS.SetViaDrill (   self,
args 
)
    SetViaDrill(NETCLASS self, int aSize)
    SetViaDrill(NETCLASS self, std::optional< int > aSize)

Definition at line 17713 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetViaDrillParent()

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

Definition at line 17720 of file pcbnew.py.

◆ SetWireWidth()

def pcbnew.NETCLASS.SetWireWidth (   self,
args 
)
    SetWireWidth(NETCLASS self, int aWidth)
    SetWireWidth(NETCLASS self, std::optional< int > aWidth)

Definition at line 17895 of file pcbnew.py.

Here is the caller graph for this function:

◆ SetWireWidthParent()

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

Definition at line 17902 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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