axlGetSpec
axlGetSpec(x_hsdbt_specName) =>x_spec/0
Description
Finds the named specification in the setup database and returns its handle.
Arguments
Value Returned
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
Return to top