Isprogrammedtimer, Istriggersequentialmode – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 287

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 287
IsProgrammedTimer
BOOL IsProgrammedTimer (
int nStateId,
int nTimerIndex);
Inputs
int nStateId
ID for a state in advanced mode.
int nTimerIndex
Index for a timer in advanced mode to get timer value and resolution.
Return Value
Shows whether a timer is programmed or not in the state.
Remark
Each advanced project in each state can have three defined timers, which may be assigned an
expiration time.
NOTE: This method is only for advanced mode.
See Also
IsTriggerSequentialMode
BOOL IsTriggerSequentialMode ();
Inputs
Return Value
Saves the result of the method whether the Trigger is a sequential mode or not.
Remark
Shows whether the Trigger is set to sequential mode or not. It is only valid in pattern strategy,
not in snapshot strategy.
Note: This method is only for easy mode.
See Also