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

axlGetSpec

axlGetSpec( 
x_hsdb 
t_specName 
) 
=> x_spec / 0 

Description

Finds the named specification in the setup database and returns its handle.

Arguments

x_hsdb

Setup database handle

t_specName

Specification name

Value Returned

x_spec

Specification handle

0

The command is unsuccessful.

Examples

The following example shows how to get the handle to an existing specification from the given setup database:

session = (axlGetWindowSession)
sdb = (axlGetMainSetupDB session)
axlGetSpec(sdb "opamplib:ampTest:1.gain")
=> 1002

For more examples, see axlGetSpecData.

Related Topics

axlAddSpecToOutput

axlGetSpecs

axlGetSpecData

axlGetSpecWeight


Return to top
 ⠀
X