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

axlGetModel

axlGetModel( 
x_cornerHandle 
t_modelName 
) 
=> x_modelFile / 0 

Description

Returns a handle to the specified model file associated with the given corner.

It is not essential for the model to be enabled for the corner.

Arguments

x_cornerHandle

Handle to a corner in the main setup database.

t_modelName

Model file name

Value Returned

x_modelFile

Handle to the specified model file

0

Unsuccessful operation

Examples

Returns the handle to the myModel.scs model file associated with corner C0.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
cornerHandle=axlGetCorner(x_mainSDB "C0")
=> 5497
modelHandle=axlGetModel(cornerHandle "myModel.scs")
=> 5505

Related Topics

axlGetCorner

axlPutModel


Return to top
 ⠀
X