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

hiSaveViewfile

hiSaveViewfile(
[ w_windowId ] 
[ t_fileName ] 
[ g_donotOverwrite ]
) 
=> t / nil

Description

Saves the contents of the viewfile window to a file on disk. 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

Name of the saved file.

g_donotOverwrite

Restricts the file from getting saved if the file name already exists. If set to nil, it will overwrite the file.

Value Returned

t

The file is saved.

nil

w_windowId is invalid, t_fileName is not found, or t_fileName is null.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X