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

dbCreateRect

dbCreateRect( 
d_cellView 
txl_layerPurpose
l_bBox 
) 
=> d_rect / nil 

Description

Creates a rectangle.

Arguments

d_cellView

The cellview.

txl_layerPurpose

Name, number, or a list of layer or layer-purpose pair.

l_bBox

Defines the lower left and upper right corners of the bounding box.

Value Returned

d_rect

The dbObject of the rectangle.

nil

The rectangle is not created.

Examples

dbCreateRect(cv list(87 "pin") list(0:0 6.3:8.7))

Related Topics

Database Access Function Argument Types

Object Creation and Retrieval Functions


Return to top
 ⠀
X