Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
127
WSH:
. . .
Set Trace = Analyzer.OpenFile( TraceName ) ' Open the trace
Set VSEngine = Trace.GetVScriptEngine( VScript ) ' Get VS Engine object
VSEngine.GetScriptVar( "MyIntVar" , 100 )
VSEngine.GetScriptVar( "MyStrVar" , "Hello !!!" )
Result = VSEngine.RunVScript