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

asiGetModelLibSection

asiGetModelLibSection( 
o_modelLibSelection 
) 
=> t_sectionName / nil

Description

Gets the section name of a model library selection object.

Arguments

o_modelLibSelection

The model library selection object.

Value Returned

t_sectionName

The section name within a model library file.

nil

Otherwise.

Examples

The following example shows how to get the section name for the first model library in the current ADE L session.

session = asiGetCurrentSession()
=> stdobj@0x235ff080
modelList = asiGetModelLibSelectionList( session ) => (("./Models/myModels.scs" "FF") ("./Models/InlineModels.scs" "") ("./Models/mySingle.scs" "fastfast") ) asiGetModelLibSection(car(modelList)) => "FF"

Return to top
 ⠀
X