geCreateTaper
geCreateTaper(d_cellviewtxl_layerPurposel_pointsf_width1f_width2t_taperStyle x_nPtsToTaper) =>d_taperId/ nil
Description
Creates a tapered transmission line in a cellview.
Arguments
|
Database ID of the cellview containing the transmission line taper. |
|
|
Name, number, or a list of layer or layer-purpose pair. For more information, see Database Access Function Argument Types. |
|
|
Points used to create the transmission line taper. The point list must contain two points. |
|
|
Specifies the width of the first end of the taper. |
|
|
Specifies the width of the second end of the taper. |
|
|
Specifies the type of taper to be created. |
|
|
The number of segments to use in approximating the shape of the taper. |
Value Returned
|
The database ID of the dbLine that represents the tapered transmission line if the transmission line taper is created. |
|
Examples
Creates a tapered transmission line in the cellview cell2 on layer metal1R from 0:0 to 12:12. The width of the first end of the taper is 4, and the width of the second end of the taper is 6. The bend style is linear and 20 segments are used to approximate the shape of the taper. Returns the database ID of the dbLine that represents the tapered transmission line.
geCreateTaper( cell2 "metal1R" list(0:0 12:12) 4 6 linear 20)
Related Topics
Return to top