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

Page 64

Advertising
background image

Teledyne LeCroy

SASTrace Object

58

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

ITrace::GetPacketRow

HRESULT GetPacketRow (

[in] long packet_number,

[in] VIEW_TYPE view_type,

[out] long* packet_row);

Changes packet number to row number.

Parameters

packet_number Integer for packet number

view_type 

VIEW_TYPE can be: COLUMN_VIEW (0), FRAME_TEXT_VIEW (1) [valid 

parameter for this method], PACKET_VIEW (2), WAVEFORM_VIEW (3), 
ST_REPORT_VIEW (4), SPREAD_SHEET_VIEW (5) [valid parameter for 
this method], HISTOGRAM_VIEW (6), BUS_UTILIZATION_VIEW (7).

packet_row

Integer of packet row. 

Remarks

Use this function before ExportToText and ExportToExcel to change packet numbers to 
row numbers.

Example

See ExportToText examples.

Advertising