Teledyne-lecroy PETrainer Scripting Language Reference Manual User Manual Page 35

  • Download
  • Add to my manuals
  • Print
  • Page
    / 89
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
}
Page view 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 88 89

Comments to this Manuals

No comments