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

Page 38

Advertising
background image

Teledyne LeCroy

SASAnalyzer Object

32

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

ISASAnalyzer:: StartScenario

HRESULT StartScenario (

[in] int nBoardIndex
[in]int nPortIndex);

This function runs the assigned scenario of the port.

Parameters

nBoardIndex Zero based index of board. If you have only one board, this parameter 

should be set to zero.

nPortIndex

Port index where the scenario should start.

Return Values

ANALYZERCOMERROR_UNABLE_TO_START_JAMMER

Software is in simulation mode

Device does not have sufficient license to run InFusion

Failed to start the Jammer session

Remarks

Starts scenarios on ports. You must call this function for every port of any board on which 
you want to run scenarios. The port configuration is set by the SetPortConfiguration 
function.

Advertising