axlSetModelFile
axlSetModelFile(x_modelHandlet_modelFile) =>t_modelFile/ nil
Description
Sets the model file for the specified model.
Arguments
Value Returned
|
Handle to the model file element |
||
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
Return to top