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.
Value Returned
|
User-assigned name of design variable, as it appears on the schematic. |
Examples
simDesignVarExtNameCdsName( "_qpar0" )
=> "scale"
Related Topics
Return to top