|
KiCad Pcbnew Python Scripting
|

Public Member Functions | |
| def | __init__ (self, aName, aInitWithDefaults=True) |
| def | __eq__ (self, other) |
| def | GetClass (self) |
| def | Serialize (self, aContainer) |
| def | Deserialize (self, aContainer) |
| def | ResetParents (self) |
| def | ResetParameters (self) |
| def | GetConstituentNetclasses (self) |
| def | SetConstituentNetclasses (self, constituents) |
| def | ContainsNetclassWithName (self, netclass) |
| def | IsDefault (self) |
| def | SetName (self, aName) |
| def | GetName (self) |
| def | GetHumanReadableName (self) |
| def | GetDescription (self) |
| def | SetDescription (self, aDesc) |
| def | HasClearance (self) |
| def | GetClearance (self) |
| def | GetClearanceOpt (self) |
| def | SetClearance (self, aClearance) |
| def | SetClearanceParent (self, parent) |
| def | GetClearanceParent (self) |
| def | HasTrackWidth (self) |
| def | GetTrackWidth (self) |
| def | GetTrackWidthOpt (self) |
| def | SetTrackWidth (self, aWidth) |
| def | SetTrackWidthParent (self, parent) |
| def | GetTrackWidthParent (self) |
| def | HasViaDiameter (self) |
| def | GetViaDiameter (self) |
| def | GetViaDiameterOpt (self) |
| def | SetViaDiameter (self, aDia) |
| def | SetViaDiameterParent (self, parent) |
| def | GetViaDiameterParent (self) |
| def | HasViaDrill (self) |
| def | GetViaDrill (self) |
| def | GetViaDrillOpt (self) |
| def | SetViaDrill (self, aSize) |
| def | SetViaDrillParent (self, parent) |
| def | GetViaDrillParent (self) |
| def | HasuViaDiameter (self) |
| def | GetuViaDiameter (self) |
| def | GetuViaDiameterOpt (self) |
| def | SetuViaDiameter (self, aSize) |
| def | SetuViaDiameterParent (self, parent) |
| def | GetuViaDiameterParent (self) |
| def | HasuViaDrill (self) |
| def | GetuViaDrill (self) |
| def | GetuViaDrillOpt (self) |
| def | SetuViaDrill (self, aSize) |
| def | SetuViaDrillParent (self, parent) |
| def | GetuViaDrillParent (self) |
| def | HasDiffPairWidth (self) |
| def | GetDiffPairWidth (self) |
| def | GetDiffPairWidthOpt (self) |
| def | SetDiffPairWidth (self, aSize) |
| def | SetDiffPairWidthParent (self, parent) |
| def | GetDiffPairWidthParent (self) |
| def | HasDiffPairGap (self) |
| def | GetDiffPairGap (self) |
| def | GetDiffPairGapOpt (self) |
| def | SetDiffPairGap (self, aSize) |
| def | SetDiffPairGapParent (self, parent) |
| def | GetDiffPairGapParent (self) |
| def | HasDiffPairViaGap (self) |
| def | GetDiffPairViaGap (self) |
| def | GetDiffPairViaGapOpt (self) |
| def | SetDiffPairViaGap (self, aSize) |
| def | SetDiffPairViaGapParent (self, parent) |
| def | GetDiffPairViaGapParent (self) |
| def | HasPcbColor (self) |
| def | GetPcbColor (self, aIsForSave=False) |
| def | SetPcbColor (self, aColor) |
| def | SetPcbColorParent (self, parent) |
| def | GetPcbColorParent (self) |
| def | HasWireWidth (self) |
| def | GetWireWidth (self) |
| def | GetWireWidthOpt (self) |
| def | SetWireWidth (self, aWidth) |
| def | SetWireWidthParent (self, parent) |
| def | GetWireWidthParent (self) |
| def | HasBusWidth (self) |
| def | GetBusWidth (self) |
| def | GetBusWidthOpt (self) |
| def | SetBusWidth (self, aWidth) |
| def | SetBusWidthParent (self, parent) |
| def | GetBusWidthParent (self) |
| def | GetSchematicColor (self, aIsForSave=False) |
| def | SetSchematicColor (self, aColor) |
| def | SetSchematicColorParent (self, parent) |
| def | GetSchematicColorParent (self) |
| def | HasLineStyle (self) |
| def | GetLineStyle (self) |
| def | GetLineStyleOpt (self) |
| def | SetLineStyle (self, aStyle) |
| def | SetLineStyleParent (self, parent) |
| def | GetLineStyleParent (self) |
| def | SetPriority (self, aPriority) |
| def | GetPriority (self) |
Static Public Attributes | |
| Default | |
Properties | |
| property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| def pcbnew.NETCLASS.__init__ | ( | self, | |
| aName, | |||
aInitWithDefaults = True |
|||
| ) |
| def pcbnew.NETCLASS.__eq__ | ( | self, | |
| other | |||
| ) |
| def pcbnew.NETCLASS.ContainsNetclassWithName | ( | self, | |
| netclass | |||
| ) |
| def pcbnew.NETCLASS.Deserialize | ( | self, | |
| aContainer | |||
| ) |
| def pcbnew.NETCLASS.GetBusWidth | ( | self | ) |
| def pcbnew.NETCLASS.GetBusWidthOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetBusWidthParent | ( | self | ) |
| def pcbnew.NETCLASS.GetClass | ( | self | ) |
| def pcbnew.NETCLASS.GetClearance | ( | self | ) |
| def pcbnew.NETCLASS.GetClearanceOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetClearanceParent | ( | self | ) |
| def pcbnew.NETCLASS.GetConstituentNetclasses | ( | self | ) |
| def pcbnew.NETCLASS.GetDescription | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairGap | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairGapOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairGapParent | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairViaGap | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairViaGapOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairViaGapParent | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairWidth | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairWidthOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetDiffPairWidthParent | ( | self | ) |
| def pcbnew.NETCLASS.GetHumanReadableName | ( | self | ) |
| def pcbnew.NETCLASS.GetLineStyle | ( | self | ) |
| def pcbnew.NETCLASS.GetLineStyleOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetLineStyleParent | ( | self | ) |
| def pcbnew.NETCLASS.GetName | ( | self | ) |
| def pcbnew.NETCLASS.GetPcbColor | ( | self, | |
aIsForSave = False |
|||
| ) |
| def pcbnew.NETCLASS.GetPcbColorParent | ( | self | ) |
| def pcbnew.NETCLASS.GetPriority | ( | self | ) |
| def pcbnew.NETCLASS.GetSchematicColor | ( | self, | |
aIsForSave = False |
|||
| ) |
| def pcbnew.NETCLASS.GetSchematicColorParent | ( | self | ) |
| def pcbnew.NETCLASS.GetTrackWidth | ( | self | ) |
| def pcbnew.NETCLASS.GetTrackWidthOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetTrackWidthParent | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDiameter | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDiameterOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDiameterParent | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDrill | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDrillOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetuViaDrillParent | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDiameter | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDiameterOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDiameterParent | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDrill | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDrillOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetViaDrillParent | ( | self | ) |
| def pcbnew.NETCLASS.GetWireWidth | ( | self | ) |
| def pcbnew.NETCLASS.GetWireWidthOpt | ( | self | ) |
| def pcbnew.NETCLASS.GetWireWidthParent | ( | self | ) |
| def pcbnew.NETCLASS.HasBusWidth | ( | self | ) |
| def pcbnew.NETCLASS.HasClearance | ( | self | ) |
| def pcbnew.NETCLASS.HasDiffPairGap | ( | self | ) |
| def pcbnew.NETCLASS.HasDiffPairViaGap | ( | self | ) |
| def pcbnew.NETCLASS.HasDiffPairWidth | ( | self | ) |
| def pcbnew.NETCLASS.HasLineStyle | ( | self | ) |
| def pcbnew.NETCLASS.HasPcbColor | ( | self | ) |
| def pcbnew.NETCLASS.HasTrackWidth | ( | self | ) |
| def pcbnew.NETCLASS.HasuViaDiameter | ( | self | ) |
| def pcbnew.NETCLASS.HasuViaDrill | ( | self | ) |
| def pcbnew.NETCLASS.HasViaDiameter | ( | self | ) |
| def pcbnew.NETCLASS.HasViaDrill | ( | self | ) |
| def pcbnew.NETCLASS.HasWireWidth | ( | self | ) |
| def pcbnew.NETCLASS.IsDefault | ( | self | ) |
| def pcbnew.NETCLASS.ResetParameters | ( | self | ) |
| def pcbnew.NETCLASS.ResetParents | ( | self | ) |
| def pcbnew.NETCLASS.Serialize | ( | self, | |
| aContainer | |||
| ) |
| def pcbnew.NETCLASS.SetBusWidth | ( | self, | |
| aWidth | |||
| ) |
| def pcbnew.NETCLASS.SetBusWidthParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetClearance | ( | self, | |
| aClearance | |||
| ) |
| def pcbnew.NETCLASS.SetClearanceParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetConstituentNetclasses | ( | self, | |
| constituents | |||
| ) |
| def pcbnew.NETCLASS.SetDescription | ( | self, | |
| aDesc | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairGap | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairGapParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairViaGap | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairViaGapParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairWidth | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetDiffPairWidthParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetLineStyle | ( | self, | |
| aStyle | |||
| ) |
| def pcbnew.NETCLASS.SetLineStyleParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetName | ( | self, | |
| aName | |||
| ) |
| def pcbnew.NETCLASS.SetPcbColor | ( | self, | |
| aColor | |||
| ) |
| def pcbnew.NETCLASS.SetPcbColorParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetPriority | ( | self, | |
| aPriority | |||
| ) |
| def pcbnew.NETCLASS.SetSchematicColor | ( | self, | |
| aColor | |||
| ) |
| def pcbnew.NETCLASS.SetSchematicColorParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetTrackWidth | ( | self, | |
| aWidth | |||
| ) |
| def pcbnew.NETCLASS.SetTrackWidthParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetuViaDiameter | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetuViaDiameterParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetuViaDrill | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetuViaDrillParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetViaDiameter | ( | self, | |
| aDia | |||
| ) |
| def pcbnew.NETCLASS.SetViaDiameterParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetViaDrill | ( | self, | |
| aSize | |||
| ) |
| def pcbnew.NETCLASS.SetViaDrillParent | ( | self, | |
| parent | |||
| ) |
| def pcbnew.NETCLASS.SetWireWidth | ( | self, | |
| aWidth | |||
| ) |
| def pcbnew.NETCLASS.SetWireWidthParent | ( | self, | |
| parent | |||
| ) |
|
static |