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

geEditInPlace

geEditInPlace( 
w_windowId 
t_accessMode 
d_instId 
x_iteration 
x_row 
x_col 
[ g_cancel ]
)
=> t / nil 

Description

Edits an instance in place.

w_windowId must be a valid Graphics Editor window with at least one stack element, and d_instId must be an instance in the edit cellview in w_windowId.

Arguments

w_windowId

Database ID of the window in which to do the edit in place.

t_accessMode

Access mode used to open the instance master.
Valid Values: r (read) or a (append)

d_instId

Database ID of the instance to edit in place.

x_iteration

Desired iteration of the given instance.
Default: 0

x_row

Row of the arrayed instance.

x_col

Column of the arrayed instance.

g_cancel

This optional argument is currently ignored, and will be removed in a future release.

Value Returned

t

The instance is edited in place.

nil

The instance is not edited in place.

Examples

Opens the master of inst5 in win3 in edit mode before editing it in place. It opens iteration 1 in row 3, column 3.

geEditInPlace( win3 "a" inst5 1 3 3 )

Related Topics

Procedural-Level Functions


Return to top
 ⠀
X