beautypg.com

3 ivscriptengine::runvscript, Parameters, Return values – Teledyne LeCroy Automation API for Teledyne LeCroy PETracer_PETrainer User Manual

Page 124: Remarks, Example, Ivscriptengine::runvscript

background image

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.