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

axlSetModelSection

axlSetModelSection( 
x_modelHandle 
t_sectionName 
) 
=> x_modelSection / nil 

Description

Sets the section name for the specified model.

Arguments

x_modelhandle

Model handle

t_sectionName

Section name associated with the specified model

Value Returned

x_modelSection

The handle to the model section element is returned.

nil

The handle to the model section element is not returned.

Examples

Sets the model section for a model file.

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

Related Topics

axlGetModel

axlGetModelSection


Return to top
 ⠀
X