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

edl

edl( 
[ t_fileName ] 
) 
=> t / nil

Description

Edits the named file, then loads 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

edl( "/tmp/demo.il" )

Related Topics

ed

edi

edit


Return to top
 ⠀
X