Insertconditionexprtimertokenat, Isprogrammedtimer – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 286

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 286
InsertConditionExprTimerTokenAt
InsertConditionExprTimerTokenAt (
int nStateId,
int nConditionIndex,
int nExprTokenIndex);
Inputs
int nStateId
ID for a state in advanced mode.
int nConditionIndex
Index for a condition in advanced mode.
int nExprTokenIndex
Index for a token in advanced mode after which you
want to insert a timer token.
Return Value
None.
Remark
Inserts a timer token to trigger items in a state and condition in advanced mode and returns the
new added token index for next use.
You may change the timer ID after adding a Timer Token, using the SetConditionExprTimerId
function.
NOTE: This method is only for advanced mode.
See Also