ge_to_rde_selection
ge_to_rde_selection
[ -nets ]
[ -set d_setObj [ -replace ] ]
Description
Adds selected objects in the Virtuoso Layout Suite XL/GXL Editor canvas to a set in Virtuoso Space-based Router. You can optionally add nets attached to the selected Virtuoso objects instead of adding the objects themselves.
Arguments
|
-nets
|
If this argument is given, only nets that are attached to the selected objects in the VLS XL/GXL Editor canvas are added to the Space-based Router set. If this argument is not given, only the selected VLS XL/GXL Editor objects are added to the Space-based Router set.
|
|
-replace
|
(Applies only when -set is given) If specified, replaces existing objects in the given Space-based Router set with the selected Virtuoso objects or nets. By default, the selected Virtuoso objects or nets are added to the Space-based Router set.
|
|
-set d_setobj
|
Specifies the set to which the selected objects or nets will be added. If this argument is not given, a new set is created that contains the selected objects or nets.
|
Value Returned
|
0
|
Command was successful.
|
|
-1
|
Command failed.
|
|
d_setObj
|
(When -set is not given) Is the set identifier for the new set containing the selected objects or nets.
|
Examples
The following example adds the currently selected objects in the VLS XL/GXL Editor canvas to the Space-based Router selected set.
ge_to_rde_selection -set [get_selection_set]
The following example creates a new set containing the nets attached to the objects that are currently selected in the VLS XL/GXL Editor canvas.
set ge_set [ge_to_rde_selection -nets]
Related Topics
Edit Commands
hsm_to_rde_selection
Return to top