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

axlPutModelGroup

axlPutModelGroup( 
x_mainSDB 
t_modelGroupName 
) 
=> x_modelGroup / nil 

Description

Adds a model group to the setup database or returns the handle to the model group if it already exists.

Arguments

x_mainSDB

Handle to the setup database or checkpoint history.

t_modelGroupName

Model group name

Value Returned

x_modelGroup

The handle to the model group is returned.

nil

The handle to the model group is not returned.

Examples

Adds a model group mG1 to the current setup database.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlPutModelGroup(x_mainSDB "FF")
=> 1435

Related topics

axlGetModelGroup


Return to top
 ⠀
X