Isasverificationscript:: getvscriptengine – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 90

Advertising
background image

Teledyne LeCroy

SASTrace Object

84

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

ISASVerificationScript:: GetVScriptEngine

HRESULT GetVScriptEngine (

[in] BSTR script_name,
[out, retval] IVScriptEngine** vs_engine )

Retrieves the verification script engine object.

Parameters

script_name Name of the verification script to initialize the verification script engine

vs_engine

Address of a pointer to the 

SASVScriptEngine Object

 interface

Return Value

S_OK

If the verification script engine object was successfully retrieved

Remarks

The name of the verification script is the name of the verification script file (*.pevs). See 
remark to 

ISASVerificationScript::RunVerificationScript

 for details.

Advertising