pcExprToString
pcExprToString(g_ilExpr) =>t_string
Description
Converts a SKILL expression to a string. The Pcell compiler uses this function to create labels that display the value of an expression as a string enclosed in quotes.
Arguments
Value Returned
|
The string equivalent of the SKILL expression, enclosed in quotes. If the value of the expression is |
Examples
pcExprToString( techGetSpacingRule( tfId "minWidth" "metal1" ) )
System retrieves the value of the minimum width rule for the metal1 layer from the technology file and then converts that value to a string enclosed in quotes.
Related Topics
pcFix
pcRound
pcTechFile
Recommended, Supported SKILL Functions for Pcells
Return to top