1 ianalyzererrors::get_item, Ianalyzererrors::get_item – Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 66

Advertising
background image

62

FireInspector Automation User’s Manual

CATC

Version 1.0

2.6.1

IAnalyzerErrors::get_Item

Retrieves an Analyzer error. Use IAnalyzerErrors::get_Count to retrieve the number of
errors.

Syntax

HRESULT get_Item(

[in] long index,

[out, retval] long* packet_number );

Parameters

index

index of error in the collection

packet_number

points to long value where error packet number is retrieved

Return values

Remarks

Example
See IAnalyzerErrors::get_Count on page 63.

Advertising