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
Value Returned
|
List containing a handle to all specifications in the setup database and a list of all specification names. |
|
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
Return to top