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)
 
 HasTuningProfile (self)
 
 SetTuningProfile (self, aTuningProfile)
 
 GetTuningProfile (self)
 
 SetTuningProfileParent (self, aParent)
 
 GetTuningProfileParent (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 19511 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 19517 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 19522 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 19554 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 19534 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 19846 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 19850 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 19862 of file pcbnew.py.

◆ GetClass()

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

Definition at line 19526 of file pcbnew.py.

◆ GetClearance()

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

Definition at line 19586 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 19590 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 19602 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 19546 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 19574 of file pcbnew.py.

◆ GetDiffPairGap()

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

Definition at line 19754 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 19758 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 19770 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 19778 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 19782 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 19794 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 19730 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 19734 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 19746 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 19570 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 19886 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 19890 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 19902 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 19814 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 19910 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 19866 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 19878 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 19610 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 19614 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 19626 of file pcbnew.py.

◆ GetTuningProfile()

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

Definition at line 19922 of file pcbnew.py.

◆ GetTuningProfileParent()

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

Definition at line 19930 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 19682 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 19686 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 19698 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 19706 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 19710 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 19722 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 19634 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 19638 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 19650 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 19658 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 19662 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 19674 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 19822 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 19826 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 19838 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 19842 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 19582 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 19750 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 19774 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 19726 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 19882 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 19798 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 19606 of file pcbnew.py.

◆ HasTuningProfile()

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

Definition at line 19914 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 19678 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 19702 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 19630 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 19654 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 19818 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 19558 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 19542 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 19538 of file pcbnew.py.

◆ Serialize()

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

Definition at line 19530 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 19854 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 19858 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 19594 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 19598 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 19550 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 19578 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 19762 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 19766 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 19786 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 19790 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 19738 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 19742 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 19894 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 19898 of file pcbnew.py.

◆ SetName()

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

Definition at line 19562 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 19806 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 19810 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 19906 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 19870 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 19874 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 19618 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 19622 of file pcbnew.py.

◆ SetTuningProfile()

pcbnew.NETCLASS.SetTuningProfile ( self,
aTuningProfile )
SetTuningProfile(NETCLASS self, wxString aTuningProfile)

Definition at line 19918 of file pcbnew.py.

◆ SetTuningProfileParent()

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

Definition at line 19926 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 19690 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 19694 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 19714 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 19718 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 19642 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 19646 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 19666 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 19670 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 19830 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 19834 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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