Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deSetWorkspace

deSetWorkspace( 
w_window
t_workspaceName
) 
=> t / nil

Description

Sets a workspace name to a given window (as long as the workspace name is valid for that window).

Arguments

w_window

The given window.

t_workspaceName

The workspace name to be set for the given window (must be valid).

Value Returned

t

Workspace name set to window successfully.

nil

Workspace name not set and warning printed.

Examples

Sets window(3) to the workspace name "Classic".
deSetWorkspace(window(3) "Classic")


Return to top
 ⠀
X