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

quit

quit 
[ -no_prompt [ true | false ] ] 
[ -no_save [ true | false ] ] 
[ -retcode i_value ] 

Description

Closes the open cellviews and shuts down the application. By default, a dialog box opens to confirm the exit and choose files to save.

The GUI equivalent for this command is File—Exit.

Arguments

-no_prompt [ true | false ]

  

When set to true, exits without displaying the dialog box. When set to false, shows the dialog box, except when -no_save is true.

Default: false

-no_save [ true | false ]

  

When set to true, no changes are saved and the dialog box does not appear, even with -no_prompt false.
When set to false and -no_prompt is true, changes are saved automatically before exiting. Otherwise, when set to false the dialog box appears to specify the files to save before exiting.

Default: false

-retcode i_value  

Returns the given integer value. Use this when you run Space-based Router from a script, to indicate what should be performed next.

Value Returned

None

Examples

The following command is the equivalent to the File—Exit menu command. A dialog box appears, requesting confirmation to exit or files to save.

quit

The following command causes Space-based Router to exit immediately, without saving changes.

quit -no_prompt

The following command causes Space-based Router to save changes, then exit immediately.

quit -no_prompt -no_save false

When Space-based Router is run from a script, the following commands cause Space-based Router to save changes, then exit immediately, returning the value from verify_connectivity.

set retcode [verify_connectivity -all]
quit -no_prompt -no_save false -retcode $retcode

Related Topics

exit_no_save


Return to top
 ⠀
X