iseGetInputFromEncapWindow
iseGetInputFromEncapWindow (
t_tmpStream
)
=> t / nil
Description
This procedure is registered to be called whenever something is typed into the input window of the encapsulation window.The tmpStream argument is passed into the procedure to be packaged before it is sent to the simulator. This function also checks if the user has registered a function to be called so that the simulator inputs can be passed to this user-registered function for filtering. After filtering, the user can call the isePrintSimulatorCommand function such that the data will be sent to the simulator. All inputs typed into the encapsulation window are automatically reflected in the history section of the encapsulation window. If no user-function is registered then the inputs are sent directly to the simulator without filtering.
Arguments
|
Valid SKILL string which consists of commands that must be packaged and sent to the simulator. |
Value Returned
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
iseGetInputFromEncapWindow( "-v file.v -l run.log " )
Related Topics
Return to top