schHiCreateNoteShape
schHiCreateNoteShape( [ ?shapet_shape] [ ?stylet_style] [ ?widthn_width] ) => t
Description
Creates a shape to annotate the design for documentation purposes. These shapes do not affect connectivity. Usable when editing schematics or symbols.
Options forms are seeded with the argument values. If the style argument is omitted for any shape, the options form is displayed prompting you to specify the missing values. This also occurs if you omit the width argument when creating a line shape.
Arguments
Value Returned
Examples
Starts creating a rectangle using a solid line in the current window.
schHiCreateNoteShape( ?shape "rectangle" ?style "solid" )
Starts creating a solid line with a width of 0.0625 in the current window.
schHiCreateNoteShape( ?shape "line" ?style "solid" ?width "0.0625" )
Return to top