Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Bedienungsanleitung Seite 45

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 97
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 44
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);
Seitenansicht 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 96 97

Kommentare zu diesen Handbüchern

Keine Kommentare