Teledyne-lecroy UWBTracer Verification Script Engine Manual Manuel d'utilisateur Page 41

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 95
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 40
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.16 SendControlFrames()
This function specifies more precise tuning for Control frames.
Format: SendControlFrames(dest_id, src_id, subtype)
Parameters:
dest_id This parameter specifies that only Control frames containing Destination Id with the
same value are sent. (The value_ANY means any Destination Id is accepted.)
src_id This parameter specifies that only Control frames containing Source Id with the
same value are sent. (The value_ANY means any Source Id is accepted.)
sub_type This parameter specifies that only Control frames having SubType field with the
same value are sent. (The value_ANY means any SubType is accepted.)
Example:
# Send any Control frames.
SendControlFrames();
# Send Control frames having Destination Id 0xBEEF.
SendControlFrames (0xBEEF);
# Send Control frames having Destination Id = 0xBEEF and Source Id = 0xAABB.
SendControlFrames (0xBEEF, 0xAABB);
# Send Control frames having Frame SubType = CF_APPLICATION (14).
# CF_APPLICATION and other Control Frame subtype constants are defined
# in "VS_constants.inc" file.
SendControlFrames (_ANY, _ANY, CF_APPLICATION);
Page 41 of 95
Vue de la page 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 94 95

Commentaires sur ces manuels

Pas de commentaire