public static class IOTool.SkillPreferences extends Output.OutputPreferences
Modifier and Type | Field and Description |
---|---|
boolean |
excludeSubcells |
boolean |
exportsOnly |
boolean |
flattenHierarchy |
int |
gdsCellNameLenMax |
boolean |
gdsNameLimit |
boolean |
gdsOutUpperCase |
java.lang.String |
libName |
includeDateAndVersionInOutput, useCopyrightMessage
Constructor and Description |
---|
IOTool.SkillPreferences(boolean factory,
boolean exportsOnly,
Cell cell) |
Modifier and Type | Method and Description |
---|---|
Output |
doOutput(Cell cell,
VarContext context,
java.lang.String filePath) |
public boolean exportsOnly
public java.lang.String libName
public boolean gdsNameLimit
public int gdsCellNameLenMax
public boolean gdsOutUpperCase
public boolean flattenHierarchy
public boolean excludeSubcells
public IOTool.SkillPreferences(boolean factory, boolean exportsOnly, Cell cell)
public Output doOutput(Cell cell, VarContext context, java.lang.String filePath)
doOutput
in class Output.OutputPreferences