Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcDeleteParam

pcDeleteParam( 
d_cvId
t_paramName
) 
=> t / nil

Description

Deletes the definition of the parameter identified by t_paramName. It is recommended to use pcHIEditParameters instead of this function.

You must have defined the named parameter.

Arguments

d_cvId

The database ID of the cellview in which the parameterized property should be deleted.

t_paramName

Name of the parameter in quotes.

Value Returned

t

Returned if the parameter definition is deleted.

nil

Returned if t_paramName is not a valid parameter name.

Examples

pcDeleteParam( cellviewId "width" )

Deletes the parameter named width.


Return to top
 ⠀
X