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

simExecute

simExecute(
t_command
) 
=> t / nil

Description

Runs the UNIX command or program provided as its single argument.

The function is defined in /etc/skill/si/simcap.ile. You can modify this function.

Arguments

t_command

Name of the UNIX command or program.

Value Returned

t

The command is successful and the UNIX exit status is 0.

nil

The command is unsuccessful.

Examples

simExecute("exec cat si.env") 

Related Topics

OSS Functions


Return to top
 ⠀
X