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

asiGetAnalysisParamNameList

asiGetAnalysisParamNameList( 
o_analysis 
)
=> l_analysisParamNameList / nil

Description

Returns a concatenated list of fields and options defined for an analysis object.

Arguments

o_analysis

Specifies an analysis object.

Value Returned

l_analysisParamNameList

A concatenated list of fields and options defined for the analysis object.

nil

The analysis has no fields or options associated with it.

Examples

The following function displays the names of fields and options defined for tran analysis in a list:

analysis = asiGetAnalysis( session 'tran )
asiGetAnalysisParamNameList(analysis)

Related Topics

asiGetAnalysis


Return to top
 ⠀
X