Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

edi

edi( 
[ t_fileName ] 
) 
=> t / nil

Description

Edits the named file, then includes the file into SKILL.

Arguments

t_fileName

File to edit. If no argument is given, defaults to the previously edited file, or temp.il, if there is no previous file.

Value Returned

t

The operation was successfully completed.

nil

The file does not exist or there is an error condition.

Examples

edi( "~/myFile.il" )

Related Topics

ed

edl

edit


Return to top
 ⠀
X