Product Documentation
Cadence Library Manager User Guide
Product Version IC23.1, November 2023

windowBehavior

cdsLibManager.open windowBehavior cyclic { "newWindow" | "raiseExisting" }

Description

Specifies whether an application always opens a cellview in a new window or brings up a window that already has the cellview open.

The default value is newWindow. In this case, the application opens the cellview in a new window.

When the value is raiseExisting, the application brings up the window that already has the cellview open, with the cellview tab as the active one.

GUI Equivalent

None

Examples

envGetVal("cdsLibManager.open" "windowBehavior")
envSetVal("cdsLibManager.open" "windowBehavior" 'cyclic "raiseExisting")

Related Topics

Opening a Cellview


Return to top
 ⠀
X