Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlSetModelGroupName

axlSetModelGroupName( 
x_corner 
t_modelGroupName 
) 
=> x_modelGroup / nil 

Description

Sets or associates the given model group with the specified corner.

Arguments

x_corner

Corner handle

t_modelGroupName

Model group name

Value Returned

x_modelGroup

The handle to the model group name element is returned.

nil

The handle to the model group name element is not returned.

Examples

Assigns a model group to the given corner.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
sdb_corner=axlGetCorner(x_mainSDB "C0")
=> 7109
axlSetModelGroupName(sdb_corner "mG2")
=> 7192

Related Topics

axlGetModelGroupName


Return to top
 ⠀
X