Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgRunSKILLIDE

ilgRunSKILLIDE( 
[ ?fileList lt_fileList ] 
) 
=> t / nil

Description

Launches SKILL IDE and opens the files listed in lt_fileList.

Arguments

?fileList lt_fileList

A list of file names that need to be opened in SKILL IDE.

Value Returned

t

SKILL IDE was launched successfully.

nil

SKILL IDE could not be launched.

Examples

ilgRunSKILLIDE(?fileList (list "demo.il"))
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X