schHiHiliteLabel
schHiHiliteLabel( [ ?labelTypet_labelType] [ ?displayt_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
Value Returned
Examples
Highlights all wire labels and the wires to which the labels are glued.
schHiHiliteLabel( "wire" "on" )
Return to top