Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

g_showWindow

Allows you to display the Virtuoso Routing IDE GUI. If this argument is set to nil, the GUI will not be shown.

Value Returned

t

Returns t if the Virtuoso Routing IDE GUI is opened.

nil

Returns nil if the GUI is not displayed.

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

Space-based Router Functions


Return to top
 ⠀
X