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

Member Function Documentation

◆ __eq__()

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

Definition at line 19508 of file pcbnew.py.

◆ ContainsNetclassWithName()

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

Definition at line 19540 of file pcbnew.py.

◆ Deserialize()

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

Definition at line 19520 of file pcbnew.py.

◆ GetBusWidth()

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

Definition at line 19832 of file pcbnew.py.

◆ GetBusWidthOpt()

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

Definition at line 19836 of file pcbnew.py.

◆ GetBusWidthParent()

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

Definition at line 19848 of file pcbnew.py.

◆ GetClass()

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

Definition at line 19512 of file pcbnew.py.

◆ GetClearance()

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

Definition at line 19572 of file pcbnew.py.

◆ GetClearanceOpt()

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

Definition at line 19576 of file pcbnew.py.

◆ GetClearanceParent()

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

Definition at line 19588 of file pcbnew.py.

◆ GetConstituentNetclasses()

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

Definition at line 19532 of file pcbnew.py.

◆ GetDelayProfile()

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

Definition at line 19908 of file pcbnew.py.

◆ GetDelayProfileParent()

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

Definition at line 19916 of file pcbnew.py.

◆ GetDescription()

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

Definition at line 19560 of file pcbnew.py.

◆ GetDiffPairGap()

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

Definition at line 19740 of file pcbnew.py.

◆ GetDiffPairGapOpt()

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

Definition at line 19744 of file pcbnew.py.

◆ GetDiffPairGapParent()

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

Definition at line 19756 of file pcbnew.py.

◆ GetDiffPairViaGap()

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

Definition at line 19764 of file pcbnew.py.

◆ GetDiffPairViaGapOpt()

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

Definition at line 19768 of file pcbnew.py.

◆ GetDiffPairViaGapParent()

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

Definition at line 19780 of file pcbnew.py.

◆ GetDiffPairWidth()

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

Definition at line 19716 of file pcbnew.py.

◆ GetDiffPairWidthOpt()

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

Definition at line 19720 of file pcbnew.py.

◆ GetDiffPairWidthParent()

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

Definition at line 19732 of file pcbnew.py.

◆ GetHumanReadableName()

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

Definition at line 19556 of file pcbnew.py.

◆ GetLineStyle()

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

Definition at line 19872 of file pcbnew.py.

◆ GetLineStyleOpt()

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

Definition at line 19876 of file pcbnew.py.

◆ GetLineStyleParent()

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

Definition at line 19888 of file pcbnew.py.

◆ GetName()

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

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

◆ GetPcbColorParent()

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

Definition at line 19800 of file pcbnew.py.

◆ GetPriority()

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

Definition at line 19896 of file pcbnew.py.

◆ GetSchematicColor()

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

Definition at line 19852 of file pcbnew.py.

◆ GetSchematicColorParent()

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

Definition at line 19864 of file pcbnew.py.

◆ GetTrackWidth()

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

Definition at line 19596 of file pcbnew.py.

◆ GetTrackWidthOpt()

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

Definition at line 19600 of file pcbnew.py.

◆ GetTrackWidthParent()

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

Definition at line 19612 of file pcbnew.py.

◆ GetuViaDiameter()

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

Definition at line 19668 of file pcbnew.py.

◆ GetuViaDiameterOpt()

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

Definition at line 19672 of file pcbnew.py.

◆ GetuViaDiameterParent()

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

Definition at line 19684 of file pcbnew.py.

◆ GetuViaDrill()

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

Definition at line 19692 of file pcbnew.py.

◆ GetuViaDrillOpt()

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

Definition at line 19696 of file pcbnew.py.

◆ GetuViaDrillParent()

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

Definition at line 19708 of file pcbnew.py.

◆ GetViaDiameter()

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

Definition at line 19620 of file pcbnew.py.

◆ GetViaDiameterOpt()

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

Definition at line 19624 of file pcbnew.py.

◆ GetViaDiameterParent()

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

Definition at line 19636 of file pcbnew.py.

◆ GetViaDrill()

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

Definition at line 19644 of file pcbnew.py.

◆ GetViaDrillOpt()

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

Definition at line 19648 of file pcbnew.py.

◆ GetViaDrillParent()

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

Definition at line 19660 of file pcbnew.py.

◆ GetWireWidth()

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

Definition at line 19808 of file pcbnew.py.

◆ GetWireWidthOpt()

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

Definition at line 19812 of file pcbnew.py.

◆ GetWireWidthParent()

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

Definition at line 19824 of file pcbnew.py.

◆ HasBusWidth()

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

Definition at line 19828 of file pcbnew.py.

◆ HasClearance()

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

Definition at line 19568 of file pcbnew.py.

◆ HasDelayProfile()

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

Definition at line 19900 of file pcbnew.py.

◆ HasDiffPairGap()

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

Definition at line 19736 of file pcbnew.py.

◆ HasDiffPairViaGap()

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

Definition at line 19760 of file pcbnew.py.

◆ HasDiffPairWidth()

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

Definition at line 19712 of file pcbnew.py.

◆ HasLineStyle()

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

Definition at line 19868 of file pcbnew.py.

◆ HasPcbColor()

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

Definition at line 19784 of file pcbnew.py.

◆ HasTrackWidth()

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

Definition at line 19592 of file pcbnew.py.

◆ HasuViaDiameter()

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

Definition at line 19664 of file pcbnew.py.

◆ HasuViaDrill()

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

Definition at line 19688 of file pcbnew.py.

◆ HasViaDiameter()

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

Definition at line 19616 of file pcbnew.py.

◆ HasViaDrill()

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

Definition at line 19640 of file pcbnew.py.

◆ HasWireWidth()

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

Definition at line 19804 of file pcbnew.py.

◆ IsDefault()

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

Definition at line 19544 of file pcbnew.py.

◆ ResetParameters()

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

Definition at line 19528 of file pcbnew.py.

◆ ResetParents()

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

Definition at line 19524 of file pcbnew.py.

◆ Serialize()

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

Definition at line 19516 of file pcbnew.py.

◆ SetBusWidth()

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

Definition at line 19840 of file pcbnew.py.

◆ SetBusWidthParent()

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

Definition at line 19844 of file pcbnew.py.

◆ SetClearance()

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

Definition at line 19580 of file pcbnew.py.

◆ SetClearanceParent()

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

Definition at line 19584 of file pcbnew.py.

◆ SetConstituentNetclasses()

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

Definition at line 19536 of file pcbnew.py.

◆ SetDelayProfile()

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

Definition at line 19904 of file pcbnew.py.

◆ SetDelayProfileParent()

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

Definition at line 19912 of file pcbnew.py.

◆ SetDescription()

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

Definition at line 19564 of file pcbnew.py.

◆ SetDiffPairGap()

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

Definition at line 19748 of file pcbnew.py.

◆ SetDiffPairGapParent()

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

Definition at line 19752 of file pcbnew.py.

◆ SetDiffPairViaGap()

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

Definition at line 19772 of file pcbnew.py.

◆ SetDiffPairViaGapParent()

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

Definition at line 19776 of file pcbnew.py.

◆ SetDiffPairWidth()

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

Definition at line 19724 of file pcbnew.py.

◆ SetDiffPairWidthParent()

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

Definition at line 19728 of file pcbnew.py.

◆ SetLineStyle()

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

Definition at line 19880 of file pcbnew.py.

◆ SetLineStyleParent()

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

Definition at line 19884 of file pcbnew.py.

◆ SetName()

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

Definition at line 19548 of file pcbnew.py.

◆ SetPcbColor()

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

Definition at line 19792 of file pcbnew.py.

◆ SetPcbColorParent()

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

Definition at line 19796 of file pcbnew.py.

◆ SetPriority()

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

Definition at line 19892 of file pcbnew.py.

◆ SetSchematicColor()

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

Definition at line 19856 of file pcbnew.py.

◆ SetSchematicColorParent()

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

Definition at line 19860 of file pcbnew.py.

◆ SetTrackWidth()

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

Definition at line 19604 of file pcbnew.py.

◆ SetTrackWidthParent()

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

Definition at line 19608 of file pcbnew.py.

◆ SetuViaDiameter()

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

Definition at line 19676 of file pcbnew.py.

◆ SetuViaDiameterParent()

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

Definition at line 19680 of file pcbnew.py.

◆ SetuViaDrill()

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

Definition at line 19700 of file pcbnew.py.

◆ SetuViaDrillParent()

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

Definition at line 19704 of file pcbnew.py.

◆ SetViaDiameter()

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

Definition at line 19628 of file pcbnew.py.

◆ SetViaDiameterParent()

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

Definition at line 19632 of file pcbnew.py.

◆ SetViaDrill()

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

Definition at line 19652 of file pcbnew.py.

◆ SetViaDrillParent()

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

Definition at line 19656 of file pcbnew.py.

◆ SetWireWidth()

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

Definition at line 19816 of file pcbnew.py.

◆ SetWireWidthParent()

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

Definition at line 19820 of file pcbnew.py.

Member Data Documentation

◆ Default

pcbnew.NETCLASS.Default
static

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


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