Teledyne-lecroy Voyager Exerciser Generation Script Language Manua Instrukcja Użytkownika Strona 81

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 167
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
}
Przeglądanie stron 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 166 167

Komentarze do niniejszej Instrukcji

Brak uwag