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

ansCdlPrintInheritedParams

ansCdlPrintInheritedParams(
&_fp 
l_pairList
)

Description

Customizes how inherited parameters are written in the auCdl netlist.

Arguments

&_fp

File handle used to write the string in the netlist using the artFprintf SKILL function.

l_pairList

List of property name and property value pairs that should be evaluated.

Value Returned

None

Examples

procedure(ansCdlPrintInheritedParams(fp pairList) 
foreach( param pairList
unless( !cadr(param)
artFprintf( fp "%s=%s " car(param) artMakeString(cadr(param) ) )
)
)
)


Return to top
 ⠀
X