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

geChangeEditMode

geChangeEditMode( 
t_newMode { r | a } 
[ w_windowId ] 
) 
=> t / nil 

Description

Sets the mode of a design, allowing you to edit or view the design.

Arguments

t_newMode

New access mode.

The valid values are:

r (read) and a (edit)

w_windowId

Database ID of the window containing the design you want to change.

If not specified, current window is used.

Value Returned

t

The mode is changed.

nil

The mode is not changed.

Examples

Changes the mode in win3 to read.

geChangeEditMode( "r" win3 )

Related Topics

Design Functions

Return to top
 ⠀
X