21 sendstptransport(), Stpt, Ransport – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual

Page 45

Advertising
background image


45

Example

SendSSPTransport (SSP_FRAME_TYPE_XFER_RDY);

SendSSPTransport (SSP_FRAME_TYPE_XFER_RDY, “NumOfFillBytes”, 0);

SendSSPTransport (SSP_FRAME_TYPE_XFER_RDY, “”, 0,

‘5000C500001047B5’);


NexusInfo = ['5000C500001047B5', '5000E85000000001’, 10];
# Or any other possible combinations of the Nexus Info

SendSSPTransport (SSP_FRAME_TYPE_XFER_RDY, “”, 0, NexusInfo);

9.21 SendSTPTransport()

This function specifies to send a selected STP Transport event to the script.


Format :

SendSTPTransport( Frame Type);

SendSTPTransport( Frame Type, Field Name, Field Value, Nexus Info);



Parameters

Frame Type

Frame type of the STP Transport event:

_ANY

STP_FIS_TYPE_REG_H2D
STP_FIS_TYPE_REG_D2H
STP_FIS_TYPE_DEV_BITS
STP_FIS_TYPE_DMA_ACTIVATE
STP_FIS_TYPE_DMA_SETUP
STP_FIS_TYPE_BIST_ACTIVATE
STP_FIS_TYPE_PIO_SETUP
STP_FIS_TYPE_DATA
STP_FIS_TYPE_VENDOR

Field Name

Refer to

SendSSPTransport ()

.


Field Value

Refer to

SendSSPTransport ()

.


Nexus Info

Refer to

SendSSPTransport ()

.

Example


SendSTPTransport (STP_FIS_TYPE_DATA);

SendSTPTransport (STP_FIS_TYPE_DATA, “”, 0, ‘5000C500001047B5’);

NexusInfo = ['5000C500001047B5', '5000E85000000001’, 10];
# Or any other possible combinations of the Nexus Info

SendSTPTransport (STP_FIS_TYPE_DATA, “”, 0, NexusInfo);

Advertising