get_shape_connectivity
get_shape_connectivity
[ -shape d_setObj ]
Description
Creates a set of shapes that comprise the net connected to the shape in the specified set.
This command determines connectivity for a single shape. If more than one shape is contained in the specified set, an error message is output to the Transcript area.
Arguments
|
Specifies the set identifier that contains the given shape. If this argument is not specified, the shape in the selected set is used. |
Value Returned
|
Specifies the identifier for shapes that comprise the net connected to the selected shape. |
|
|
The command did not run due to a syntax error or because more than one shape is selected. |
Examples
The following command highlights the shapes connected to the shape in the selected set.
add_highlight -color cyan -name conn_shapes -set [get_shape_connectivity]
Related Topics
Return to top