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

geGetCurrentHilightSet

geGetCurrentHilightSet( 
d_cellview 
)
=> g_hlSetId / nil 

Description

Retrieves the current highlight set.

The highlight stack in the cellview is specified by d_cellview.

Arguments

d_cellview

Database ID of the cellview containing the highlight stack.

Value Returned

g_hlSetId

The highlight set is retrieved.

nil

The cellview is not valid or the stack is empty.

Examples

Returns the highlight set ID of the current highlight set in cell3.

geGetCurrentHilightSet( cell3 )

Related Topics

Highlight Functions


Return to top
 ⠀
X