|
| | __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) |
| |
Proxy of C++ NETCLASS class.
Definition at line 20352 of file pcbnew.py.