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
Value Returned
|
Prints an error message because one or more variables are not set or their value is |
Examples
simCheckVariables()
Related Topics
Return to top