Expandsataselftestinstructionfield, Getenablepatterngenerator – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 399

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
IExerciserEngine 399
ExpandSATASelfTestInstructionField
BOOL ExpandSATASelfTestInstructionField (
int nInstructionIndex,
int nFieldIndex,
BOOL bExpand);
Inputs
int nInstructionIndex
Index of an object (all instructions, including Send)
int nFieldIndex
Index of a field in packet.
BOOL bExpand
Expands or Collapses a data payload field in a SATA self-test
instruction.
Return Value
Returns result of method, whether called by valid index and instruction type or not.
Remark
This method expands or collapses a field of a SATA self-test instruction.
NOTE: Call this method only for a SATA self-test instruction.
See Also
IsSATASelfTestInstructionField
GetEnablePatternGenerator
BOOL GetEnablePatternGenerator ();
Inputs
Return Value
Specifies that pattern generator is enabled with a TRUE value or exerciser is enabled with a
FALSE value.
Remark
Returns exerciser project mode as run exerciser or pattern generator.
See Also