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

simCheckVariables

simCheckVariables(
)
=> t / nil

Description

Checks whether the variables simSimulator, simCellName, simLibName, simViewName, simRunDir, simViewList, simStopList, simSedFile, simCommand, simNlpGlobalLibName, and simNlpGlobalCellName have been set and their value is t. It does so by calling the simCheckExist function.

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

Arguments

None

Value Returned

t

All of the variables have been set and are not nil.

nil

Prints an error message because one or more variables are not set or their value is nil.

Examples

simCheckVariables() 

Related Topics

OSS Functions


Return to top
 ⠀
X