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

rdeSetVar

rdeSetVar(
t_varName 
g_varValue 
) ;
=> t / nil

Description

This function sets the Virtuoso Routing IDE environment variable to the supplied value. The Virtuoso Routing IDE environment variables are independent of the dfII environment package.

Arguments

t_varName

The name of the environment variable that is to be set.

g_varValue

The value of the environment variable that is to be set.

Value Returned

t

Returns t if the environment variable could be set.

nil

Returns nil if it is unable to set the environment variable.

Examples

Sets the specified Virtuoso Routing IDE environment variable to "CDBA".

rdeSetVar "db.user_namespace" "CDBA"

Related Topics

Space-based Router Functions

Return to top
 ⠀
X