Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manuel d'utilisateur Page 41

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 97
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 96 97

Commentaires sur ces manuels

Pas de commentaire