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

axlSetModelFile

axlSetModelFile( 
x_modelHandle 
t_modelFile 
) 
=> t_modelFile / nil 

Description

Sets the model file for the specified model.

Arguments

x_modelHandle

Handle to a model

t_modelFile

Model file path and name

Value Returned

x_modelFile

Handle to the model file element

nil

Unsuccessful operation

Examples

Sets the model file name for a model.

sdb=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
sdb_corner=axlGetCorner(sdb "C1")
=> 1098
modelHandle=axlPutModel(sdb_corner "fastModel")
=> 1115
axlSetModelFile(modelHandle "/../adexl/MTS_testcase/gpdk045/models/spectre/gpdk045.scs")
=> 1116
axlSetModelSection(modelHandle "fs")
=> 1119

Related Topics

axlGetModel

axlGetModelFile


Return to top
 ⠀
X