rdeOpenCurrentDesign
rdeOpenCurrentDesign( [ g_showWindow ] ) ; => t / nil
Description
This function will open the Virtuoso Routing IDE window and start the Virtuoso Routing IDE environment on the cellview that the geWindow has currently loaded. It will also make the current Virtuoso window ReadOnly until the window is closed.
Arguments
|
Allows you to display the Virtuoso Routing IDE GUI. If this argument is set to nil, the GUI will not be shown. |
Value Returned
Examples
Loads the design that the geWindow has currently loaded and starts the Virtuoso Routing IDE GUI.
rdeOpenCurrentDesign()
Loads the design that the geWindow has currently loaded but does not display the Virtuoso Routing IDE GUI.
rdeOpenCurrentDesign(nil)
Related Topics
Return to top