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

simCheckExist

simCheckExist ( 
l_variableNames
)
=> t / nil

Description

Checks whether all of the variables in the variableNames list argument are defined and are not set to nil. Otherwise, prints an error message.

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

Arguments

l_variableNames

List of variable names.

Value Returned

t

All variables in the list of variable names are defined.

nil

The command was unsuccessful and an error message is displayed.

Examples

simCheckExist('(simSimulator simRunDir) )

Related Topics

OSS Functions


Return to top
 ⠀
X