dbSetPlaceBoundMinHeight
dbSetPlaceBoundMinHeight(d_placeBound) =>x_minHeight/ nil
Description
(Virtuoso MultiTech Framework Only) Sets the minimum thickness of a placeBound.
Arguments
Value Returned
Example
placeBound1 = (dbCreatePlaceBound cv "pb1" list(0:0 100:100) 0 100)
\i (dbSetPlaceBoundMinHeight placeBound1 75)
\t t
\p >
\i (dbGetPlaceBoundMinHeight placeBound1)
\t 75
\p >
Related Topics
dbGetPinGroupPlaceBoundNameAndFace
dbGetPinGroupPlaceBoundNameAndFace
Return to top