Setsymbolpatterntype, Settimerresolutionmode – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 351

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 351
SetSymbolPatternType
SetSymbolPatternType (
int nStateId,
int nConditionIndex,
int nExprTokenIndex,
BOOL bSymbolType);
Inputs
int nStateId
ID for a state in advanced mode.
int nConditionIndex
Index for a condition in advanced mode.
int nExprTokenIndex
Trigger pattern index in easy mode or index for a token added for this
condition in advanced mode.
BOOL bSymbolType
Type of symbol pattern,
TRUE for control symbol and FALSE for data symbol.
Return Value
None.
Remark
Sets type of the added symbol pattern corresponding to bSymbolType value:
TRUE for control symbol and FALSE for data symbol.
NOTE: You must call this method for symbol trigger patterns.