Itrace::reporterrorsummary – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 73

Advertising
background image

 

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

67

SASTrace Object

Teledyne LeCroy

ITrace::ReportErrorSummary

HRESULT ReportErrorSummary (

[in] BSTR file_name );

Saves trace error summary information into the specified text file.

Parameters

file_name

String providing the full pathname to a file where the error summary 
report is stored

Return Value

ANALYZERCOMERROR_UNABLESAVE

Unable to create trace information report

Remarks

Creates a new error summary file if the file specified in the file_name parameter does not 
exist. 

Stores error summary in the specified file. 

Note:

This method does not work on Multisegment traces.

Here is an example of data stored using this method call:

Error report for allsata.sas recording file.
_______|_______________________________________________________________________
Packet Error: Idle Error on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Idle Error on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Bad CRC on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Bad CRC on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Disparity Error on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Disparity Error on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Bad Code on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Bad Code on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Alignment Error on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Alignment Error on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Delimiter Error on channel I1 (0):
_______|_______________________________________________________________________
Packet Error: Delimiter Error on channel T1 (0):
_______|_______________________________________________________________________
Packet Error: Invalid SSP Frame Type on channel I1 (0):

Advertising