Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

Skil:

• geGetEditCellView() • x~>width+0.1
• cv=geGetEditCellView() • x~>width=x~>width+0.1
• cv~>? • procedure(changeWidth()
• cv~>cellName • cv=geGetEditCellView()
• cv~>cellType • x=css()
• rv~>libName • x~>width=x~>width+0.2
• rv=geGetEditCellView() • )
• rv~>libName • procedure(changeWidth(delta)
• rv~>libName • cv=geGetEditCellView()
• x=css() •
• x~>width •
• x~>layerName •
• x~>layerName="metal3"
Skil:
• x=css() •
• x~>width=x~>width+delta • hiSetBindKey(
• ) • "Layout"
• delta=-0.1 • "<key>Space"
• changeWidth(0.1) • "changeWidth(-0.1)"
• changeWidth(-0.2) • )
• • hiSetBindKey(
• hiSetBindKey( • "Layout"
• "Layout" • "Space<key>Tab"
• "<key>Tab" • "changeWidth(-0.1)"
• "changeWidth(0.1)" • )
• )

You might also like