Teledyne-lecroy PETrainer Scripting Language Reference Manual Uživatelský manuál Strana 35

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 89
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 34
Teledyne LeCroy PETrainer Scripting Language
30
3.5 Packet = <TemplateName>
This command initiates transmission of the packet specified by the Template command (see page 68).
User can override packet fields according to the template.
Example 1:
This sequence issues three 32-bit Memory read requests. The address field of TLP header would accept
the values 0, 64, and 128. Every other field in the TLP header would accept the value from the packet
template.
Template = TLP {
Name = “TestPacket”
Type = MRd32
RequesterID = (1:0:0)
Length = 64
Address = 0
}
Packet = “TestPacket”
{
}
Packet = “TestPacket”
{
Address = 64
}
Packet = “TestPacket”
{
Address = 128
}
Zobrazit stránku 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 88 89

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

Žádné komentáře