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

axlGetModelGroups

axlGetModelGroups( 
x_mainSDB 
) 
=> l_modelGroups / nil 

Description

Returns a list of the model group names in a given setup database.

Arguments

x_mainSDB

Handle to the setup database or a checkpoint history.

Value Returned

l_modelGroups

The list of model group names in the setup database is returned.

nil

The list of model group names is not returned.

Examples

Returns a list of model groups in the current setup database.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlGetModelGroups(x_mainSDB)
=>(5712 ("mG1" "mG2"))

Related Topics

axlPutModelGroup


Return to top
 ⠀
X