rodAutoName
layout rodAutoName string { "pin" | "rectangle" | "polygon" | "path" }
Description
Specifies that rectangles, polygons and/or shape pins be created as ROD objects. These shapes are given either system- or user-assigned names.
GUI Equivalent
|
Create – Pin, Create – Shape – Rectangle, Create – Shape – Polygon, Create – Shape – Path, Create – Wiring – Wire |
|
Examples
envGetVal("layout" "rodAutoName")
envSetVal("layout" "rodAutoName" 'string "pin")
envSetVal("layout" "rodAutoName" 'string "rectangle")
envSetVal("layout""rodAutoName"'string"rectangle pin polygon")
Related Topics
Return to top