Teledyne-lecroy PETrainer Scripting Language Reference Manual Manual de usuario Pagina 60

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 89
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 59
Teledyne LeCroy PETrainer Scripting Language
55
Example 3:
The following example can be executed only on PETrainer EML.
This command waits for a TLP with a data payload that matches the following criteria:
1) The 3
rd
DWORD’s upper-most word must have 0xABCD.
2) The 9
th
DWORD’s lowest word must have 0x1234.
3) The 10
th
DWORD’s upper-most byte must have 0x56.
Script execution continues when a TLP with specified payload is received or after the 1024 ns timeout
expires.
Wait = Payload {
Data@2 = ( 0xABCDXXXX )
Data@8 = ( 0xXXXX1234, 0x56XXXXXX )
Timeout = 1024
}
Vista de pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 88 89

Comentarios a estos manuales

Sin comentarios