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

axlGetModelSections

axlGetModelSection( 
t_fileName
) 
=> l_sectionNames / nil 

Description

Returns a list of simulator sections in the specified model file.

Arguments

t_fileName

Name of the model file

Value Returned

l_sectionNames

The list of the model sections is returned.

nil

The list of the model sections is not returned.

Examples

Returns the list of model sections for the model file gpdk.scs.

axlGetModelSections("./models/gpdk.scs")
=> ("FF" "SF" "FS" "SS" "TT")
axlGetModelSections("/install/cds/myModel.scs")
=> nil
; here nil is returned, which means that the command did not work. One of the reasons for the unsuccessful operation may be that myModel.scs does not exist.

Related Topics

axlGetModelaxlGetCorner

axlSetModelSection


Return to top
 ⠀
X