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

axlSDBGetChild

axlSDBGetChild(
x_SDBH
t_name
[ t_value ]
)
=> x_hsdb / nil

Description

Works as a wrapper around axlSDBGetChildren and returns a setup database handle to a single child element. An error will be reported if multiple matching elements are found.

Arguments

x_SDBH

Setup database handle

t_name

Name of the element.

t_value

Value of multi-entry names.

Value Returned

x_hsdb

Setup database handle to the child element.

nil

Unsuccessful operation.

Examples

Returns the setup database handle to a single child element.

extensionSDBH = (axlSDBPutExtension mainSDBH "test extension")
1234 = (axlSDBSetChild extensionSDBH "King" "Louis XIV")
axlSDBGetChild( extensionSDBH "King")
=> 1234

Return to top
 ⠀
X