Erinjidefgetcodeviolationanddisparityerrorat, Tribute – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 761

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ITargetEmulEngine 761
ErInjIdefSetCodeViolationAndDisparityErrorAttribute
Void ErInjIdefSetCodeViolationAndDisparityErrorAttribute (
short iOffsetFromStartFrame,
short iCountOfError);
Inputs
short iOffsetFromStartFrame Offset of code violation and disparity error
from start of frame, per Dword.
short iCountOfError
Number of error for code violation and disparity error.
Return Value
None.
Remark
Identifies section of error injection to set attribute of disparity and code violation error. Code
violation and disparity error have same error offset and error number.
See Also
ErInjIdefGetCodeViolationAndDisparityErrorAttribute
ErInjIdefGetCodeViolationAndDisparityErrorAttribute
Void ErInjIdefGetCodeViolationAndDisparityErrorAttribute (
short* piOffsetFromStartFrame,
short* piCountOfError);
Inputs
Short* piOffsetFromStartFrame Offset of code violation and disparity error
from start of frame. This offset is per Dword.
Short* piCountOfError
Number of error for code violation and disparity error.
Return Value
None.
Remark
Identifies section of error injection for getting attribute of disparity and code violation error.
Code violation and disparity error have same error offset and error number.
See Also