Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
119
9.1.3 IVScriptEngine::RunVScript
HRESULT RunVScript( [out, retval] int* pResult )
Runs the verification script currently specified for this engine.
Parameters
pResult
Address of a variable where the results of the verification is kept.
Return values
Remarks
This method makes a “synchronous” call – which means that this method doesn’t return until the script
stops running. See IPEVerificationScript::RunVerificationScript method, Page 43, for details.
Example
See C++ example to IVScriptEngine::VScriptName, Page 101.