simInitSimulator
simInitSimulator( ) => t / nil
Description
Calls the function with the same name as the simulator name specified by the simSimulator variable, for example, silos. This function must be defined in a file with the same name with either the .il or the .ile suffix added and stored in the local/si/caplib directory.
The function with the same name as the simulator must set the following variables, as well as any simulator-specific variables.
simDefaultControl simViewList simStopList simNlpGlobalViewName simSedFile simCommand
The function is defined in /etc/skill/si/caplib/init.ile. You can modify this function.
Value Returned
Examples
simInitSimulator()
Related Topics
Return to top