Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

eco_move_instance

eco_move_instance
-eco_control d_ecoObj 
{ -object d_instObj | -name s_instName } 
[ -origin {f_x f_y} ] 
[ -orient {R0 | R90 | R180 | R270 | MY | MYR90 | MX | MXR90} ] 
[ -no_repaint ] 

Description

Moves an instance to the given location and/or orientation.

Arguments

-eco_control d_ecoObj

Specifies the command sequence ECO control that was assigned by the originating command. This command is processed immediately but results are not saved until eco_commit is issued.

-name s_instName

Is the name of the instance to be moved.

-no_repaint

Prevents the artwork from being updated when this command is run.

-object d_instObj

Is the object identifier for the instance to be moved.

-orient {R0 | R90 | R180 | R270 | MY | MYR90 | MX | MXR90}

  

Specifies the new orientation of the instance. The default is the current orientation.

-origin {f_x f_y}

Specifies the new x and y coordinates for the instance origin. The default is the current origin.

Examples

The following command moves instance I2 to a new location with the same orientation.

eco_move_instance -eco_control $eco -name I2 -origin {0 396}

Related Topics

ECO Route Commands

eco_create_instance


Return to top
 ⠀
X