Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
execmscriptexpr [2016/09/22 02:35]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-===== Execute MScript Expression During Debugging===== 
-//Execute MScrxipt Exprsesion// allows users to run mscript expression at runtime when model execution is paused. Use this feature for debugging or interaction with AUT. 
- 
-{{http://testoptimal.com/img/ExecMScriptExpr.png}} 
- 
- 
-To execute an mscript expression, just type them into the text area.  You may enter multiple lines of mscript expressions and they will be executed sequentially one line at a time. Long mscript expression will be auto-wrapped in the text area. 
- 
-The results from the execution are displayed in the area underneath //Execute// button. 
- 
-You may select mscript function from the mscript function dropdown lists to copy the mscript function call into the mscript expression text area.  The mscript function call should be inserted at the cursor position. 
- 
-You may use the mini-buttons to advance the model execution. 
-