Setloopinstructioncounter, Setloopinstructiontype – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 494

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 494
SetLoopInstructionCounter
BOOL SetLoopInstructionCounter (
int nInstructionIndex,
__int64 nCounter);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
__int64 nCounter
Counter value of a start loop instruction
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Sets counter value of Start Loop instruction. Call this method only for the Start Loop instruction.
See Also
SetLoopInstructionType
BOOL SetLoopInstructionType (
int nInstructionIndex,
LoopTypeEnum eLoopType);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
LoopTypeEnum eLoopType
Type of a start loop instruction (see
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Sets type of Start Loop instruction. Call this method only for the Start Loop instruction.
See Also