Teledyne-lecroy Voyager Exerciser Generation Script Language Manua Manual do Utilizador Página 110

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 167
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 109
Teledyne LeCroy Voyager USB 3.0 Exerciser Generation Script Language Reference Manual
101
10.5 Sending Frames using Structure Variables
You can send a packet based on some packet variable.
Examples
Main
{
# Send a packet based on the packet variable X using overridden values.
# Note: Packet variable X field values are NOT changed.
# '$' may be omitted after the 'Send' keyword,
# but if there is a template X, it is used instead of
# the structure variable X.
Send X
{
StreamID = 2
DevAddr = 0x12
Endp = 3
Data = { AA BB CC DD 12 34 56 78 [PATTERN_2] }
}
# '$' explicitly indicates that you want to send a packet
# based on the structure variable X.
Send $X
{
StreamID = 2
DevAddr = 0x12
Endp = 3
Data = { AA BB CC DD 12 34 56 78 [PATTERN_2] }
}
# Short syntax.
# Send a packet based on the packet variable X having delay 50 ns
X ( 50 )
}
Vista de página 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 166 167

Comentários a estes Manuais

Sem comentários