geCreateBend
geCreateBend(d_cellviewtxl_layerPurpose l_points f_width1f_width2 t_bendStyle f_bendFac f_radFac f_chamFac x_nPtsToPI) =>d_bendId/ nil
Description
Creates a transmission line bend in a cellview.
Arguments
|
Database ID of the cellview in which the transmission line bend is created. |
|
|
Name, number, or a list of layer or layer-purpose pair. For more information, see Database Access Function Argument Types. |
|
|
List of points used to create the transmission line bend. The point list must contain three points. |
|
|
Specifies the width of the first end of the bend. |
|
|
Specifies the width of the second end of the bend. |
|
|
Specifies the type of corner to be use for the bend. (Refer to the Virtuoso Layout Suite L User Guide for descriptions and illustrations of the bend styles available.) |
|
|
The maximum width allowed in a standard bend before the bend is automatically chamfered. |
|
|
The ratio of the centerline bend width to the transmission line width for a radial bend. |
|
|
The fraction of the corner that is removed in a chamfer bend. |
|
|
The number of segments in a 180-degree radial bend. |
Value Returned
|
The database ID of the dbLine that represents the transmission line bend if the transmission line bend is created. |
|
Examples
Creates a transmission line bend in cellview cell2 on layer metal1R along the coordinates 4:4, 8:12, and 4:20. The width of the first end of the bend is 4 and the width of the second end of the bend is 6. The bend style is radial. Returns the database ID of the dbLine that represents the transmission line.
geCreateBend( "cell2" "metal1R" list(4:4 8:12 4:20) 4.0 6.0 "radial"
1 3.0 0.6 20.0)
Related Topics
Return to top