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

Member Function Documentation

◆ __eq__()

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

Definition at line 20363 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 20395 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 20375 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 20687 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 20691 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 20703 of file pcbnew.py.

◆ GetClass()

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

Definition at line 20367 of file pcbnew.py.

◆ GetClearance()

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

Definition at line 20427 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 20431 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 20443 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 20387 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 20415 of file pcbnew.py.

◆ GetDiffPairGap()

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

Definition at line 20595 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 20599 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 20611 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 20619 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 20623 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 20635 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 20571 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 20575 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 20587 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 20411 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 20727 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 20731 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 20743 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 20655 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 20751 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 20707 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 20719 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 20451 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 20455 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 20467 of file pcbnew.py.

◆ GetTuningProfile()

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

Definition at line 20763 of file pcbnew.py.

◆ GetTuningProfileParent()

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

Definition at line 20771 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 20523 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 20527 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 20539 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 20547 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 20551 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 20563 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 20475 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 20479 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 20491 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 20499 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 20503 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 20515 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 20663 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 20667 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 20679 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 20683 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 20423 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 20591 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 20615 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 20567 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 20723 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 20639 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 20447 of file pcbnew.py.

◆ HasTuningProfile()

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

Definition at line 20755 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 20519 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 20543 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 20471 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 20495 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 20659 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 20399 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 20383 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 20379 of file pcbnew.py.

◆ Serialize()

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

Definition at line 20371 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 20695 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 20699 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 20435 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 20439 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 20391 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 20419 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 20603 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 20607 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 20627 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 20631 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 20579 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 20583 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 20735 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 20739 of file pcbnew.py.

◆ SetName()

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

Definition at line 20403 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 20647 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 20651 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 20747 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 20711 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 20715 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 20459 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 20463 of file pcbnew.py.

◆ SetTuningProfile()

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

Definition at line 20759 of file pcbnew.py.

◆ SetTuningProfileParent()

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

Definition at line 20767 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 20531 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 20535 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 20555 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 20559 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 20483 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 20487 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 20507 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 20511 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 20671 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 20675 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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