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

axlSDBGetValue

axlSDBGetValue(
x_SDBH
)
=> t_value / nil

Description

Returns the value of the provided setup database handle.

Arguments

x_SDBH

Setup database handle.

Value Returned

t_value

The value of the given setup database handle is returned.

nil

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

Examples

Returns the value of the given setup database handle.

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

Return to top
 ⠀
X