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

dbGetCurvedPathRealWidth

dbGetCurvedPathRealWidth(
d_curvedPath
)
=> l_realWidth / nil

Description

(Virtuoso MultiTech Framework) Returns the real width that has been set on the path by dbSetCurvedPathRealWidth.

Arguments

d_curvedPath

The name of the path.

Value Returned

l_realWidth

The value of the width set in DBUs.

nil

The operation fails.

Example

The following code creates a curved path of width 3 and then changes 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

dbCreateCurvedPath

dbSetCurvedPathRealWidth

License Requirements of Virtuoso RF Solution

dbCreateMultipleCurvedPolygons

Database Access Function Argument Types


Return to top
 ⠀
X