Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

lmDeleteViewProp

lmDeleteViewProp( 
d_cellList 
t_viewName 
t_propertyNamet_propertyName 
)

Description

Deletes specified properties from the specified view.

Arguments

d_cellList

Has the following format:

{ cellName | t | ( cellName … ) }

t_viewName

Default: symbol

t_propertyName

Any SKILL symbol (entifier) or string.

Examples

lmDeleteViewProp( (and2 and3) symbol partName slot ) 

Deletes the properties partName and slot from and2 and and3 cells symbol view.

lmDeleteViewProp( t spice gamma lambda ) 

Deletes the gamma and lambda properties from the spice view for each cell in the current library.


Return to top
 ⠀
X