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

pcDeleteParamProp

pcDeleteParamProp(
d_cvId
t_propname
) 
=> t / nil

Description

Deletes a parameterized property in the cellview d_cvId.

Arguments

d_cvId

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

t_propname

Name of the parameterized property.

Value Returned

t

Returned if the parameterized property is deleted.

nil

Returned if no parameterized property is defined with the given name or the parameterized property cannot be deleted.

Examples

pcDeleteParamProp( cv "myProp" )

Deletes the parameterized property named myProp.


Return to top
 ⠀
X