Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiSaveAsViewfile

hiSaveAsViewfile(
[ w_windowId ] 
[ t_fileName ] 
) 
=> t / nil

Description

Saves the contents of the current window to the specified name.

This function does not save the file if the file name already exists. You must specify a unique file name before the file is saved.

If you do not specify any arguments, a Save As form appears that lets you select the file.

Arguments

w_windowId

Window you want the function to act on. The default is the current window.

t_fileName

Unique name for the saved file.

Value Returned

t

The file is saved.

nil

w_windowId is invalid, t_fileName already exists, or t_fileName is null.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X