Teledyne-lecroy Verification Script Engine (VSE) Manual Uživatelský manuál Strana 52

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 115
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 51
Teledyne LeCroy Verification Script Engine Reference Manual
Page 52 of 115
8.15 SendUsb2DataPackets ()
This function specifies more precise tuning for Data packets.
Format: SendUsb2DataPackets(pid)
Parameters:
pid Specifies that only Data packets with the specified data PID are sent.
The value _ANY means any data packet is accepted.
The follofwing PID values apply:
const PID_DATA0 = 0xC3;
const PID_DATA1 = 0xD2;
const PID_DATA2 = 0xE1;
const PID_MDATA = 0xF0;
Example:
# Send any Data packet.
SendUsb2DataPackets();
# Send only MDATA packets.
SendUsb2DataPackets(PID_MDATA);
Zobrazit stránku 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 114 115

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

Žádné komentáře