axlGetModelGroupName
axlGetModelGroupName(x_cornerHandle) =>t_modelGroupName/ nil
Description
Returns the name of the model group associated with the specified corner.
Arguments
Value Returned
|
Names of model groups associated with the specified corner. |
||
|
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
Return to top