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

axlGetModelFile

axlGetModelFile( 
x_modelHandle 
) 
=> t_modelFile / nil 

Description

Returns the model file path for the specified model.

Arguments

x_modelHandle

Handle to a model

Value Returned

t_modelFile

The model file name is returned along with the full path. If the model file is imported from test, only the file name is returned.

nil

The model file name and path are not returned.

Examples

Returns the file details for the specified model file.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
cornerHandle=axlGetCorner(x_mainSDB "C0")
=> 1300
modelHandle=axlGetModel(cornerHandle "model1.scs")
=> 1311
axlGetModelFile(modelHandle)
=> "/hm/user/models/model1.scs"

Related Topics

axlGetModel

axlSetModelFile


Return to top
 ⠀
X