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

Member Function Documentation

◆ __eq__()

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

Definition at line 20372 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 20404 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 20384 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 20696 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 20700 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 20712 of file pcbnew.py.

◆ GetClass()

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

Definition at line 20376 of file pcbnew.py.

◆ GetClearance()

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

Definition at line 20436 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 20440 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 20452 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 20396 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 20424 of file pcbnew.py.

◆ GetDiffPairGap()

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

Definition at line 20604 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 20608 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 20620 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 20628 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 20632 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 20644 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 20580 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 20584 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 20596 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 20420 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 20736 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 20740 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 20752 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 20664 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 20760 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 20716 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 20728 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 20460 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 20464 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 20476 of file pcbnew.py.

◆ GetTuningProfile()

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

Definition at line 20772 of file pcbnew.py.

◆ GetTuningProfileParent()

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

Definition at line 20780 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 20532 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 20536 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 20548 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 20556 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 20560 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 20572 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 20484 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 20488 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 20500 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 20508 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 20512 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 20524 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 20672 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 20676 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 20688 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 20692 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 20432 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 20600 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 20624 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 20576 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 20732 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 20648 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 20456 of file pcbnew.py.

◆ HasTuningProfile()

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

Definition at line 20764 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 20528 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 20552 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 20480 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 20504 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 20668 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 20408 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 20392 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 20388 of file pcbnew.py.

◆ Serialize()

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

Definition at line 20380 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 20704 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 20708 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 20444 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 20448 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 20400 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 20428 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 20612 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 20616 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 20636 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 20640 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 20588 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 20592 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 20744 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 20748 of file pcbnew.py.

◆ SetName()

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

Definition at line 20412 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 20656 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 20660 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 20756 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 20720 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 20724 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 20468 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 20472 of file pcbnew.py.

◆ SetTuningProfile()

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

Definition at line 20768 of file pcbnew.py.

◆ SetTuningProfileParent()

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

Definition at line 20776 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 20540 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 20544 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 20564 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 20568 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 20492 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 20496 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 20516 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 20520 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 20680 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 20684 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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