Teledyne-lecroy PETrainer Scripting Language Reference Manual Manual do Utilizador Página 35

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 89
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
}
Vista de página 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 88 89

Comentários a estes Manuais

Sem comentários