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

rdeGetVar

rdeGetVar(
[ t_varname ]
) ;
=> t / nil

Description

This function returns the Virtuoso Routing IDE environment variable. The Virtuoso Routing IDE environment variables are independent of the dfII environment package.

Arguments

t_varname

The name of the environment variable.

Value Returned

t

Returns t if the value of the environment variable could be found.

nil

Returns nil if it was unable to find the value of the environment variable.

Examples

The following example looks for the value of the db.user_namespace environment variable.

rdeGetVar "db.user_namespace"

Related Topics

Space-based Router Functions


Return to top
 ⠀
X