Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddIsHiddenCell

ddIsHiddenCell( 
b_cellId 
) 
=> t / nil 

Description

Determines whether the specified cell is hidden. A cell is hidden if it is a member of the Hidden category or a member of a subcategory of the Hidden category.

Arguments

b_cellId

Object identifier of the cell.

Value Returned

t

Cell is hidden.

nil

Cell is not hidden.

Example

when( ddIsHiddenCell(cellId)
  printf("Cell is hidden: %s\n" cellId~>name)
)

Return to top
 ⠀
X