Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 42

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 41
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.17 SendCommandFrames()
This function specifies more precise tuning for Command frames.
Format: SendCommandFrames(dest_id, src_id, subtype)
Parameters:
dest_id This parameter specifies that only Command 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 Command 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 Command frames having SubType field with the
same value are sent. (The value_ANY means any SubType is accepted.)
Example:
# Send any Command frames.
SendCommandFrames();
# Send Command frames having Destination Id 0xBEEF.
SendCommandFrames (0xBEEF);
# Send Command frames having Destination Id = 0xBEEF and Source Id = 0xAABB.
SendCommandFrames (0xBEEF, 0xAABB);
# Send Command frames having Frame SubType = 14.
SendCommandFrames (_ANY, _ANY, 14);
Page 42 of 95
Zobrazit stránku 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 94 95

Komentáře k této Příručce

Žádné komentáře