
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
81
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
Komentáře k této Příručce