beautypg.com

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

Page 61

background image

LeCroy

UWBTracer Automation API Reference Manual

Manual Version 3.02

57

5.1.3 IVScriptEngine::RunVScript

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

Runs verification script.

Parameters

pResult

Address of a variable where to keep the result of verification.
See

IUwbVerificationScript::RunVerificationScript

method for details.

Return values


Remarks

This method makes a “synchronous” call – which means that this method does not return until the script
stops running.

Example

See C++ example to

VScriptName.