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

axlGetModels

axlGetModels( 
x_cornerHandle 
) 
=> l_modelFiles / nil 

Description

Returns a list of model files associated with the givne corner.

Arguments

x_cornerHandle

Corner handle

Value Returned

l_modelFiles

The list of model file names is returned.

nil

The list of model file names is not returned.

Examples

Returns the model files associated with corner C0.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
sdb=axlGetMainSetupDB(axlGetWindowSession())
cornerHandle=axlGetCorner(sdb "C0")
=> 1918
model = axlGetModels(cornerHandle)
(1310
("model1.scs" "model2.scs" "model3.scs")
)

Return to top
 ⠀
X