schHiCreateNoteLabel
schHiCreateNoteLabel( [ ?textt_text] [ ?justifyt_justify] [ ?fontStylet_fontStyle] [ ?fontHeightn_fontHeight] [ ?typet_type] ) => t
Description
Creates a note label to annotate the design for documentation purposes. These shapes do not affect connectivity. Usable when editing schematics or symbols.
If you do not specify t_text or you specify it as nil, the options form appears and prompts you for the note label text. The editor drags the label described by arguments and prompts you to select a location to place the label.
Arguments
Value Returned
Examples
Creates the single string label Low Pass Filter Section using the current settings of all other arguments.
schHiCreateNoteLabel( ?text "Low Pass Filter Section" )
Return to top