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

axlGetSpecs

axlGetSpecs( 
x_hsdb 
) 
=> l_list / nil 

Description

Returns a list containing a handle to all specifications in the setup database and a list of all specification names.

Arguments

x_hsdb

Setup database handle

Value Returned

l_list

List containing a handle to all specifications in the setup database and a list of all specification names.

nil

The command is unsuccessful.

Examples

The following example shows how to get all the existing specifications from the given setup database:

session = axlGetWindowSession()
x_hsdb = axlGetMainSetupDB(session)
axlGetSpecs( x_hsdb )
=> (1002 ( "opamplib:ampTest:1.gain" "opamplib:ampTest:1.bandwidth") )

Related Topics

axlAddSpecToOutput

axlGetSpec

axlGetSpecData

axlGetSpecWeight


Return to top
 ⠀
X