3 ivscriptengine::runvscript, Ivscriptengine::runvscript – Teledyne LeCroy USB Analyzer Automation Manual User Manual

Page 85

Advertising
background image

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite

85

5.1.3 IVScriptEngine::RunVScript

HRESULT RunVScript([out, retval] int* pResult);

Runs verification script.

Parameters


pResult

Address of variable in which to store the result of verification.
See

IUsbVerificationScript::RunVerificationScript

method for details.

Return values


Remarks

This method makes a “synchronous” call, so this method does not return until the script stops running.

Example

See C++ example to VScriptName.

































Advertising