com.sun.electric.tool.io.output
Class Pads
java.lang.Object
com.sun.electric.tool.io.output.Output
com.sun.electric.tool.io.output.Pads
public class Pads
- extends Output
Class to write Pads netlists.
Format:
!PADS-POWERPCB-V2
*PART*
LED1 LED@LED
R1 RES100@RES100
*NET*
*SIGNAL* A0 12,00 0 0 0 -2
LED1.1 R1.2
*SIGNAL* A1 12.00 0 0 0 -2
LED1.2 R1.1
*END*
Method Summary |
static void |
writePadsFile(Cell cell,
VarContext context,
java.lang.String filePath)
The main entry point for Pads deck writing. |
Methods inherited from class com.sun.electric.tool.io.output.Output |
closeBinaryOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, getAreaToPrint, openBinaryOutputStream, openTextOutputStream, saveJelib, setContinuationString, setOutputWidth, writeCell, writeCell, writeLibrary, writePanicSnapshot, writeWidthLimited |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REF_DES_KEY
public static final Variable.Key REF_DES_KEY
- key of Variable holding node name.
PKG_TYPE_KEY
public static final Variable.Key PKG_TYPE_KEY
- key of Variable holding package type.
PIN_KEY
public static final Variable.Key PIN_KEY
- key of Variable holding pin information.
writePadsFile
public static void writePadsFile(Cell cell,
VarContext context,
java.lang.String filePath)
- The main entry point for Pads deck writing.
- Parameters:
cell
- the top-level cell to write.context
- the hierarchical context to the cell.filePath
- the disk file to create.