add_net_annotation
add_net_annotation
{ [ -net string ] | [ -net1 string ] | [ -net2 string ] }
{ [ -from Coord] | [ -rect BBox ] | [ -to Coord ] }
-parent_group CtuId
[ -make_group [ true | false ] ]
[ -message messagestring ]
[ -name namestring ]
Description
Annotates one or a pair of nets with a marker.
Arguments
|
-from Coord
|
Start point of line used to mark the nets.
|
|
-make_group [ true | false ]
|
Creates group to contain new annotations.
|
|
-message messagestring
|
Message text for the new annotation.
|
|
-name namestring
|
Name of the new annotation.
|
|
-net string
|
Net to be marked.
|
|
-net1 string
|
First net to be marked.
|
|
-net2 string
|
Second net to be marked.
|
|
-parent_group CtuId
|
Parent group for the new annotation or group.
|
|
-rect BBox
|
Dimensions of rectangle to mark the nets.
|
|
-to Coord
|
End point of line used to mark the nets.
|
Related Topics
Annotation Commands
Return to top