Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simViewFileWithArgs

simViewFileWithArgs( 
t_fileName
l_windowSize
[ t_windowTitle ]
) 
=> winID / nil

Description

Calls the view function with the file name as the first argument and the window size as the second argument. The view function creates a viewFile window where the file text is displayed with the banner as the value supplied through the optional windowTitle argument.

Arguments

t_fileName

Name of the file.

l_windowSize

Size of the window.

Specify the list containing the window size and maxWindowSize.

t_windowTitle

Title of the window.

Value Returned

winID

The ID of the window in which the file is displayed.

nil

The command was unsuccessful.

Examples

simViewFileWithArgs( "/tmp/skill.il" list(680:800 hiGetMaxScreenCoords()) "SKILL
CODE" )

Related Topics

OSS Functions


Return to top
 ⠀
X