Gettriggerpatternnumofmatch, Gettriggerstrategy – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 278

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSICaptureProject 278
GetTriggerPatternNumOfMatch
long GetTriggerPatternNumOfMatch (
long lPatternIndex);
Inputs
long lPatternIndex
Pattern index to find pattern in trigger items.
Return Value
Saves number of matches of trigger patterns.
Remark
Returns number of matches of trigger patterns specified by pattern index in trigger items of
easy mode. This number of matches is useful in sequential triggering.
NOTE: This method is only for easy mode, trigger items, sequential mode.
See Also
GetTriggerStrategy
TriggerStrategyEnum GetTriggerStrategy ();
Inputs
Return Value
Strategy of trigger (see
Remark
Returns the strategy of trigger (Snapshot or Patterns). Pattern mode allows non-sequential or
sequential triggering.
NOTE: This method is only for easy mode.
See Also