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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 167
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 80
Teledyne LeCroy Voyager USB 3.0 Exerciser Generation Script Language Reference Manual
72
9.6 Structure Variable Syntax
Structure variables have a special syntax.
Example
# This syntax instructs the parser to send a packet based on
# some structure variables, avoiding the search for templates.
Send $(Structure variable name)
[
{
Field = Value
...
}
( parameter1, parameter2, ... )
]
Example
Main
{
# Declare a structure variable based on the template 'TX_PACKET'.
$X = TX_PACKET
# Send a packet based on the template 'TX_PACKET'
# using default values.
Send $X
}
9.6.1 Omitting the Send Keyword
You can omit the Send keyword if needed (but this is not recommended).
Example
Main
{
# Send a packet based on the template 'TX_PACKET'
# using default values.
TX_PACKET
}
Vista de página 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 166 167

Comentários a estes Manuais

Sem comentários