Isasanalyzer ::setvselogmodetotracerelativepath – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 51

Advertising
background image

 

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

45

SASAnalyzer Object

Teledyne LeCroy

ISASAnalyzer ::SetVSELogModeToTraceRelativePath

HRESULT SetVSELogModeToTraceRelativePath (
[out,retval] BOOL *pResult);

This function set mode to save all logs for VSE scripts in separate files and set the folder 
path to the corresponding Trace file Path.

Return Values

pResult

TRUE = set successfully.
FALSE = could not set path.

Remarks

Default value is retrieve from VSE setting. It will over ride any other log setting if there is 
any on the ATS script before this method. 

Example

VBScript:

Analyzer.SetVSELogModeToTraceRelativePath()

Advertising