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
Value Returned
|
Glued the label to the figure you specify using a database child/parent relationship in which the label is the child. |
|
Examples
Glues the label designated by labelId to the figure designated by figId.
schGlueLabel( labelId figId )
Return to top