KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.NETCLASS Class Reference
Inheritance diagram for pcbnew.NETCLASS:

Public Member Functions

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

Static Public Attributes

 Default
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 19470 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 19475 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 19507 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 19487 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 19799 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 19803 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 19815 of file pcbnew.py.

◆ GetClass()

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

Definition at line 19479 of file pcbnew.py.

◆ GetClearance()

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

Definition at line 19539 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 19543 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 19555 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 19499 of file pcbnew.py.

◆ GetDelayProfile()

pcbnew.NETCLASS.GetDelayProfile ( self)
GetDelayProfile(NETCLASS self) -> wxString

Definition at line 19875 of file pcbnew.py.

◆ GetDelayProfileParent()

pcbnew.NETCLASS.GetDelayProfileParent ( self)
GetDelayProfileParent(NETCLASS self) -> NETCLASS

Definition at line 19883 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 19527 of file pcbnew.py.

◆ GetDiffPairGap()

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

Definition at line 19707 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 19711 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 19723 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 19731 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 19735 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 19747 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 19683 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 19687 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 19699 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 19523 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 19839 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 19843 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 19855 of file pcbnew.py.

◆ GetName()

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

Definition at line 19519 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetPcbColor()

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

Definition at line 19755 of file pcbnew.py.

◆ GetPcbColorParent()

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

Definition at line 19767 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 19863 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 19819 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 19831 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 19563 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 19567 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 19579 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 19635 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 19639 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 19651 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 19659 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 19663 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 19675 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 19587 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 19591 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 19603 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 19611 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 19615 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 19627 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 19775 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 19779 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 19791 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 19795 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 19535 of file pcbnew.py.

◆ HasDelayProfile()

pcbnew.NETCLASS.HasDelayProfile ( self)
HasDelayProfile(NETCLASS self) -> bool

Definition at line 19867 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 19703 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 19727 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 19679 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 19835 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 19751 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 19559 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 19631 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 19655 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 19583 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 19607 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 19771 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 19511 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 19495 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 19491 of file pcbnew.py.

◆ Serialize()

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

Definition at line 19483 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 19807 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 19811 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 19547 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 19551 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 19503 of file pcbnew.py.

◆ SetDelayProfile()

pcbnew.NETCLASS.SetDelayProfile ( self,
aDelayProfile )
SetDelayProfile(NETCLASS self, wxString aDelayProfile)

Definition at line 19871 of file pcbnew.py.

◆ SetDelayProfileParent()

pcbnew.NETCLASS.SetDelayProfileParent ( self,
aParent )
SetDelayProfileParent(NETCLASS self, NETCLASS aParent)

Definition at line 19879 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 19531 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 19715 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 19719 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 19739 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 19743 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 19691 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 19695 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 19847 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 19851 of file pcbnew.py.

◆ SetName()

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

Definition at line 19515 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 19759 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 19763 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 19859 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 19823 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 19827 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 19571 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 19575 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 19643 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 19647 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 19667 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 19671 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 19595 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 19599 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 19619 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 19623 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 19783 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 19787 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

Definition at line 19889 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 19467 of file pcbnew.py.


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