iseCompleteInteractive
iseCompleteInteractive( ) => t / nil
Description
Completes an interactive simulation session by closing all windows opened for interactive simulation, and updates the ISE state machine so that ISE is aware that the interactive session has ended.
Arguments
Value Returned
|
All the windows opened during interactive simulation are closed. |
|
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
iseCompleteInteractive()
Related Topics
Return to top