Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetCurvedPathRealWidth

dbSetCurvedPathRealWidth(
d_curvedPath 
l_realWidth  
)
=> d_curvedPathId

Description

(Virtuoso MultiTech Framework) Sets the real width of the curved path. The real width could be 1DBU or more.

Arguments

d_curvedPath

The name of the path.

l_realWidth

The value of the width to be set in DBUs.

Value Returned

t

The width is set successfully.

nil

The operation fails.

Example

The following code creates a curved path of width 3 and then sets it to 2.  

cPath = dbCreateCurvedPath(cv list("DIE_PAD" "drawing") list((0:0) (0:10) (10:10) (10:0)) 3)
printf("width= %L\n" dbGetCurvedPathRealWidth(cPath))
dbSetCurvedPathRealWidth(cPath 2)
printf("width= %L\n" dbGetCurvedPathRealWidth(cPath))

Related Topics

License Requirements of Virtuoso RF Solution

dbCreateCurvedPath

dbGetCurvedPathRealWidth

dbCreateMultipleCurvedPolygons

Database Access Function Argument Types


Return to top
 ⠀
X