Setscsicommandconditionexprpattern, Setsmpframecapturepattern – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 345

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 345
SetSCSICommandConditionExprPattern
SetSCSICommandConditionExprPattern (
int nStateId,
int nConditionIndex,
int nExprTokenIndex,
SCSISpecEnum eSCSISpec,
SCSICommandsEnum eCommandType);
Inputs
int nStateId
ID for a state in advanced mode (it is "don’t care" in
easy mode).
int nConditionIndex
Index for a condition in advanced mode
(it is "don’t care" in easy mode).
int nExprTokenIndex
Trigger pattern index in easy mode or index for a token
added for this condition in advanced mode.
SCSISpecEnum eSCSISpec
Type of SCSI spec (see
SCSICommandsEnum eCommandType Type of SCSI command (see
Return Value
None.
Remark
Sets the spec type and command type for an added SCSI command trigger pattern or expression
pattern of a condition.
NOTE: When the added SCSI command pattern default Type is MMC and Blank command, this
method can change the type of SCSI Command and parameters for the SCSI command.
See Also