Setprimitiveinstructioncount, Setprimitiveinstructiontype – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 503

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 503
SetPrimitiveInstructionCount
BOOL SetPrimitiveInstructionCount (
int nInstructionIndex,
int nCount);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nCount
Count value of primitive instruction.
Return Value
Returns result of method, whether called by valid index or not.
Remark
Sets count value of primitive instruction. Call this method only for primitive instruction.
See Also
SetPrimitiveInstructionType
BOOL SetPrimitiveInstructionType (
int nInstructionIndex,
PrimitiveTypeEnum ePrimitiveType);
Inputs
int nInstructionIndex
of an object (all instructions, including Send)
PrimitiveTypeEnum ePrimitiveType
Primitive type of primitive instruction
(see
Return Value
Returns result of method, whether called by valid index or not.
Remark
Sets type of primitive instruction. Call this method only for primitive instruction.
See Also