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

axlGetModelGroupName

axlGetModelGroupName( 
x_cornerHandle 
) 
=> t_modelGroupName / nil 

Description

Returns the name of the model group associated with the specified corner.

Arguments

x_cornerHandle

Corner handle

Value Returned

t_modelGroupName

Names of model groups associated with the specified corner.

nil

Names of model groups associated with the specified corner are not returned.

Examples

Returns the names of model groups associated with the specified corner.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
sdb=axlGetMainSetupDB(axlGetWindowSession())
cornerHandle=axlGetCorner(x_mainSDB "C1_VDD_2.0_Temp")
=> 6100
axlGetModelGroupName(cornerHandle)
"\"mG1\"  \"mG2\""

Related Topics

axlSetModelGroupName


Return to top
 ⠀
X