Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

get_highlight

get_highlight 
-set_number i_index | -name s_hlName 

Description

Returns the set identifier for the set that matches the given name or highlight set number.

Arguments

-name s_hlName

Specifies the set name to search for.

-set_number i_index

Specifies the set number of the set to return.

You can use get_num_highlights to get the total number of highlight sets currently available. Sets are numbered 0 to get_num_highlights-1.

Value Returned

d_setObj

Specifies the highlight set that matches the criteria.

-1

Highlight set matching the criteria has not been not found.

Examples

The following example stores the set identifier for the highlight set hiset2 in the myset variable.

set myset [get_highlight -name hiset2]

Related Topics

Edit Commands

get_num_highlights


Return to top
 ⠀
X