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

Page 18

Advertising
background image

Teledyne LeCroy

SASAnalyzer Object

12

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

ISASAnalyzer:: StartGenerationByPort

HRESULT StartGenerationByPort (

[in] BSTR gen_file_name,

[in] int nBoardIndex,

[in] int nPortIndex);

This function runs generation on specified ports.

Parameters

gen_file_name Specifies the SAS/SATA Protocol Suite file name to load.

nBoardIndex

Zero based index of board. If you have only one board, this 
parameter should be set to zero.

nPortIndex

Port index where generation should start.

Remarks

You can run generation files on specific ports on the connected board. The difference 
between this function and the StartGeneration function is that this one starts generation 
on only specified ports while the StartGeneration function starts generation on all ports.

Advertising