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

dbCreateFigGroup

dbCreateFigGroup( 
d_cellView
t_name
g_ordered
l_origin
t_orient
)
=> d_figGroup / nil

Description

Creates a figGroup object in the specified cellview.

Arguments

d_cellView

The cellview ID.

t_name

The name of the figGroup.

g_ordered

Boolean specifying order.

l_origin

Origin of the new instance.

t_orient

Specifies the orientation of the figGroup.

Value Returned

d_figGroupId

Returns the database ID of the figGroup created.

nil

An error occurred during execution.

Examples

Creates an ordered figGroup by the name of fg2 with an origin of 5:6 and with the orientation of R0.

fg2 = dbCreateFigGroup(cv "fg2" t 5:6 "R0")

Related Topics

FigGroup Creation and Modification Functions


Return to top
 ⠀
X