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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 97
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 40
41
Then only OOB-Sequence_Error events will be sent to the script.
9.14 DontSendProtocolError()
This function specifies NOT to send the selected Protocol Error event to the Verification script.
Format : DontSendProtocolError( Protocol Error )
Parameters
Protocol Error Possible values are the same as for SendProtocolError() (see above).
Example
SendAllProtocolError();
DontSendProtocolError ( CRC_ERROR );
# Sends all protocol error events except CRC_Error Events.
9.15 SendPairSASAddress()
This function specifies a selected Pair SAS Address event to send to the script, along with any
other events specified/sent before this.
Format : SendPairSASAddress(SourceSASAddress, DestinationSASAddress)
Parameters
SourceSASAddress [ format: raw data ]
DestinationSASAddress [ format: raw data ]
Pair-values can be any possible combinations of the following
[except (_ANY, _ANY), which has no meaning]:
_ANY
'5000C500001047B5'
'5000E85000000001'
'5000C50000103D91'
… and so on
Example
SendPairSASAddressOnly ('5000E85000000001', '5000C50000103D91');
SendPairSASAddress ('5000C500001047B5', '5000C50000103D91');
# This sends Pair-1 & Pair-2 SAS Address events only.
Seitenansicht 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 96 97

Kommentare zu diesen Handbüchern

Keine Kommentare