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

dbDeleteGroupByName

dbDeleteGroupByName( 
d_cellView 
t_name 
) 
=> t / nil 

Description

Deletes a group and its members from a cellview.

Arguments

d_cellView

Cellview from which the group is to be deleted.

t_name

Name of the group.

Value Returned

t

The group does not exist or it is found and successfully deleted.

nil

The group is not deleted.

Examples

dbDeleteGroupByName(cv "GROUP")

Related Topics

Group Creation and Modification Functions


Return to top
 ⠀
X