schHiChangeEditMode
schHiChangeEditMode(
t_newMode
)
=> t
Description
Sets the mode for the design in the current window to read or append. The mode is the same as that supplied to dbOpenCellViewByType.
To prevent any unintentional loss of data, you should not use this function to change the mode to overwrite mode.
Arguments
|
New access mode; must be enclosed in quotation marks. |
Value Returned
Examples
Changes the mode to read and returns a t.
schHiChangeEditMode( "r" )
Return to top