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

axlSDBGetName

axlSDBGetName(
x_SDBH
)
=> t_name / nil

Description

Returns the name of the provided setup database handle.

Arguments

x_SDBH

Setup database handle

Value Returned

t_name

The name of the given setup database handle is returned.

nil

The name of the given setup database handle is not returned.

Examples

Returns the name of the given setup database handle.

;; given mainSDBH pointing to current setup and some variables
varSDBH = axlGetVar(mainSDBH "VDC")
axlSDBGetName(varSDBH)
=> "var"

Return to top
 ⠀
X