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

schGlueLabel

schGlueLabel( 
d_label 
d_figure 
)
=> t / nil

Description

Glues the label to the figure you specify using a database child/parent relationship in which the label is the child. You can glue a pin label to a pin only when the label defines the name for that pin. You can glue a wire label only to a wire, a pin of a component, or a pin of a schematic. The label defines the name of the net associated with the wire, the pin of the component, or the pin of the schematic. You can glue note labels to any object.

Arguments

d_label

ID of the label to glue.

d_figure

ID of the figure on which to glue the label.

Value Returned

t

Glued the label to the figure you specify using a database child/parent relationship in which the label is the child.

nil

Gluing the label was unsuccessful.

Examples

Glues the label designated by labelId to the figure designated by figId.

schGlueLabel( labelId figId )

Return to top
 ⠀
X