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

axlGetModelGroup

axlGetModelGroup( 
x_mainSDB 
t_modelGroupName 
) 
=> x_modelGroup / nil 

Description

Returns a handle to the specified model group in the setup database.

Arguments

x_mainSDB

Handle to the setup database or a checkpoint history

t_modelGroupName

Model group name

Value Returned

x_modelGroup

The model group handle is returned.

nil

The model group handle is not returned.

Examples

Returns a handle to the model group mG1 in the current setup database.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
modelGrp=axlGetModelGroup(x_mainSDB "mG1")
=> 1311

The axlGetModel function works only with the corner handle whereas the axlGetModelGroup works with setup database or checkpoint handle.

Related Topics

axlPutModelGroup


Return to top
 ⠀
X