Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simDesignVarExtNameCdsName

simDesignVarExtNameCdsName( 
t_extDesignVarName 
)
=> t_string

Description

Accepts the netlister-assigned variable name, extDesignVarName, as an argument and returns the user-assigned name for it as it appears on the schematic. The function reads the mapping information from the simRunDir directory using the design information set through the simCellName, simLibName, simViewName SKILL variables. Therefore, all these variables must be set before calling this function.

Arguments

t_extDesignVarName

Name of the netlister-assigned design variable name.

Value Returned

t_string

User-assigned name of design variable, as it appears on the schematic.

Examples

simDesignVarExtNameCdsName( "_qpar0" ) 
=>  "scale"

Related Topics

OSS Functions


Return to top
 ⠀
X