Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

untracep

untracep( 
[ { S_property...| t } ] 
) 
=> g_result

Description

Turns off tracing of the specified properties. This is an nlambda function.

Arguments

S_property

Names of the properties to be untraced.

t

Untrace all properties.

Value Returned

g_result

Properties successfully marked for untracing.

Examples

tracep myProp
putprop( 'foo 5 'myProp)
|Property myProp on foo set to 5, was nil
=> 5
untracep( myProp ) => ( myProp )

Related Topics

Debug Functions

tracep


Return to top
 ⠀
X