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

schHiHiliteLabel

schHiHiliteLabel(
[ ?labelType t_labelType ]
[ ?display t_display ]
)
=> t

Description

Highlights labels of wires and instances. Usable only when editing schematics.

The current set of highlighted labels is automatically unhighlighted before highlighting another label type. Highlights or unhighlights the objects that match t_labelType when t_display is on or off.

Arguments

?labelType t_labelType

The type of labels to be highlighted; must be enclosed in quotation marks.
Valid Values: wire, instance, both

?display t_display

Defines if the highlight is to be turned on or off; must be enclosed in quotation marks.
Valid Values: on, off

Value Returned

Always returns t.

Examples

Highlights all wire labels and the wires to which the labels are glued.

schHiHiliteLabel( "wire" "on" )

Return to top
 ⠀
X