|
| __init__ (self) |
|
| SetSkipPlotNPTH_Pads (self, aSkip) |
|
| GetSkipPlotNPTH_Pads (self) |
|
| Format (self, aFormatter) |
|
| Parse (self, aParser) |
|
| IsSameAs (self, aPcbPlotParams) |
|
| SetColorSettings (self, aSettings) |
|
| ColorSettings (self) |
|
| SetTextMode (self, aVal) |
|
| GetTextMode (self) |
|
| SetDXFPlotMode (self, aPlotMode) |
|
| GetDXFPlotMode (self) |
|
| SetPlotPadNumbers (self, aFlag) |
|
| GetPlotPadNumbers (self) |
|
| SetDXFPlotPolygonMode (self, aFlag) |
|
| GetDXFPlotPolygonMode (self) |
|
| SetDXFPlotUnits (self, aUnit) |
|
| GetDXFPlotUnits (self) |
|
| SetDrillMarksType (self, aVal) |
|
| GetDrillMarksType (self) |
|
| SetScale (self, aVal) |
|
| GetScale (self) |
|
| SetFineScaleAdjustX (self, aVal) |
|
| GetFineScaleAdjustX (self) |
|
| SetFineScaleAdjustY (self, aVal) |
|
| GetFineScaleAdjustY (self) |
|
| SetWidthAdjust (self, aVal) |
|
| GetWidthAdjust (self) |
|
| SetAutoScale (self, aFlag) |
|
| GetAutoScale (self) |
|
| SetMirror (self, aFlag) |
|
| GetMirror (self) |
|
| SetSketchPadsOnFabLayers (self, aFlag) |
|
| GetSketchPadsOnFabLayers (self) |
|
| SetSketchPadLineWidth (self, aWidth) |
|
| GetSketchPadLineWidth (self) |
|
| SetHideDNPFPsOnFabLayers (self, aFlag) |
|
| GetHideDNPFPsOnFabLayers (self) |
|
| SetSketchDNPFPsOnFabLayers (self, aFlag) |
|
| GetSketchDNPFPsOnFabLayers (self) |
|
| SetCrossoutDNPFPsOnFabLayers (self, aFlag) |
|
| GetCrossoutDNPFPsOnFabLayers (self) |
|
| SetPlotValue (self, aFlag) |
|
| GetPlotValue (self) |
|
| SetPlotReference (self, aFlag) |
|
| GetPlotReference (self) |
|
| SetPlotFPText (self, aFlag) |
|
| GetPlotFPText (self) |
|
| SetNegative (self, aFlag) |
|
| GetNegative (self) |
|
| GetLegacyPlotViaOnMaskLayer (self) |
|
| SetPlotFrameRef (self, aFlag) |
|
| GetPlotFrameRef (self) |
|
| SetFormat (self, aFormat) |
|
| GetFormat (self) |
|
| SetOutputDirectory (self, aDir) |
|
| GetOutputDirectory (self) |
|
| SetDisableGerberMacros (self, aDisable) |
|
| GetDisableGerberMacros (self) |
|
| SetUseGerberX2format (self, aUse) |
|
| GetUseGerberX2format (self) |
|
| SetIncludeGerberNetlistInfo (self, aUse) |
|
| GetIncludeGerberNetlistInfo (self) |
|
| SetCreateGerberJobFile (self, aCreate) |
|
| GetCreateGerberJobFile (self) |
|
| SetUseGerberProtelExtensions (self, aUse) |
|
| GetUseGerberProtelExtensions (self) |
|
| SetGerberPrecision (self, aPrecision) |
|
| GetGerberPrecision (self) |
|
| SetSvgPrecision (self, aPrecision) |
|
| GetSvgPrecision (self) |
|
| SetSvgFitPageToBoard (self, aSvgFitPageToBoard) |
|
| GetSvgFitPagetoBoard (self) |
|
| SetBlackAndWhite (self, blackAndWhite) |
|
| GetBlackAndWhite (self) |
|
| SetSubtractMaskFromSilk (self, aSubtract) |
|
| GetSubtractMaskFromSilk (self) |
|
| SetLayerSelection (self, aSelection) |
|
| GetLayerSelection (self) |
|
| SetPlotOnAllLayersSequence (self, aSeq) |
|
| GetPlotOnAllLayersSequence (self) |
|
| SetUseAuxOrigin (self, aAux) |
|
| GetUseAuxOrigin (self) |
|
| SetScaleSelection (self, aSelection) |
|
| GetScaleSelection (self) |
|
| SetA4Output (self, aForce) |
|
| GetA4Output (self) |
|
| SetDashedLineDashRatio (self, aVal) |
|
| GetDashedLineDashRatio (self) |
|
| SetDashedLineGapRatio (self, aVal) |
|
| GetDashedLineGapRatio (self) |
|
| SetPDFBackgroundColor (self, aColor) |
|
| GetPDFBackgroundColor (self) |
|
| SetUseGerberAttributes (self, aUse) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| m_PDFFrontFPPropertyPopups = property(_pcbnew.PCB_PLOT_PARAMS_m_PDFFrontFPPropertyPopups_get, _pcbnew.PCB_PLOT_PARAMS_m_PDFFrontFPPropertyPopups_set, doc=) |
|
| m_PDFBackFPPropertyPopups = property(_pcbnew.PCB_PLOT_PARAMS_m_PDFBackFPPropertyPopups_get, _pcbnew.PCB_PLOT_PARAMS_m_PDFBackFPPropertyPopups_set, doc=) |
|
| m_PDFMetadata = property(_pcbnew.PCB_PLOT_PARAMS_m_PDFMetadata_get, _pcbnew.PCB_PLOT_PARAMS_m_PDFMetadata_set, doc=) |
|
| m_PDFSingle = property(_pcbnew.PCB_PLOT_PARAMS_m_PDFSingle_get, _pcbnew.PCB_PLOT_PARAMS_m_PDFSingle_set, doc=) |
|
| m_PDFBackgroundColor = property(_pcbnew.PCB_PLOT_PARAMS_m_PDFBackgroundColor_get, _pcbnew.PCB_PLOT_PARAMS_m_PDFBackgroundColor_set, doc=) |
|
Proxy of C++ PCB_PLOT_PARAMS class.
Definition at line 8388 of file pcbnew.py.