geCreateTrl
geCreateTrl(d_cellviewtxl_layerPurposel_pointsf_width t_bendStyle f_bendFac f_radFac f_chamFac x_nPtsToPI) =>d_trlId/ nil
Description
Creates a transmission line in a cellview.
Arguments
|
Database ID of the cellview in which the transmission line is created. |
|
|
Name, number, or a list of layer or layer-purpose pair. For more information, see Database Access Function Argument Types. |
|
|
Width of the transmission line. |
|
|
Bend style for the transmission line. |
|
|
The maximum width allowed in a standard bend before the bend is automatically chamfered. (Refer to the Virtuoso Layout Suite L User Guide for further details.) |
|
|
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 for the dbLine that represents the transmission line if the transmission line is created. |
|
Examples
Creates a transmission line in cellview cell2 on layer metal1R along the coordinates 0:0, 10:0, and 10:10. The width of the transmission line is 4 and the bend style is radial. Returns the database ID of the dbLine that represents the transmission line.
geCreateTrl( cell2 "metal1R" list(0:0 10:0 10:10) 4.0 "radial" 1.0 3.0 0.6 20)
Related Topics
Return to top