Setdelayinstructiontime, Setdelayinstructiontimeunit – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 474
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 474
SetDelayInstructionTime
BOOL SetDelayInstructionTime (
int nInstructionIndex,
int nDelayTime);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nDelayTime
Value of a delay instruction.
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Sets delay time value of delay instruction. Call this method only for the delay instruction.
See Also
SetDelayInstructionTimeUnit
BOO SetDelayInstructionTimeUnit (
int nInstructionIndex,
TimeUnitEnum eDelayTimeUnit);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
TimeUnitEnum eDelayTimeUnit
Resolution of a delay instruction (see
Note: This instruction supports ID_TIME_UNIT_MICRO and
ID_TIME_UNIT_MILI.
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
Sets delay time unit of delay instruction. Call this method only for delay instruction.
See Also