geSwitch
geSwitch(w_windowId t_accessMode d_instId x_iteration x_row x_col) =>w_windowId/ nil
Description
w_windowId->viewNameList is used as a switch for the instance. 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.
- If d_instId is an iterated instance, x_iteration is the particular iteration that is switched to.
- If d_instId is an arrayed instance, x_row and x_col indicate the particular element that is switched to.
Arguments
|
Access mode used to open the instance master. Valid Values: |
|
|
Offset in the array of the instance (not the bit number). For example: |
|
Value Returned
Examples
Opens the master of inst5 in win3 in edit mode and switches it to iteration 2 of the instance in row 3, column 3.
geSwitch( win3 "a" inst5 2 3 3 )
Related Topics
Return to top