simLoadNetlisterFiles
simLoadNetlisterFiles(
t_fileName
)
=> t / nil
Description
Loads the file specified as an argument from the local/fnl directory. If the tool does not find the file in the local/fnl directory, it searches in the etc/skill/fnl directory in the install hierarchy. If it does not exist, no error is generated.
The function is defined in /etc/skill/si/simcap.ile. You can modify this function.
Arguments
Value Returned
Examples
simLoadNetlisterFiles( "silos.ile" )
Related Topics
Return to top