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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 89
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 55
Teledyne LeCroy PETrainer Scripting Language
51
Wait = DLLP
This command waits for a DLLP that matches the defined condition. All parameters from Packet = DLLP
command (see Page 19) are valid, except the CRC field.
DLLP fields can be masked using the following format:
0x0XAXX For hexadecimal values
0b0001XX For binary values
Example 1:
This command waits for Ack DLLP.
The execution continues when Ack DLLP is received or after the 256 ns timeout expires.
Wait = DLLP {
DLLPType = Ack
Timeout = 256
}
Example 2:
This command waits for a Vendor DLLP with the Least Significant Bit of the vendor specific data set.
The execution continues when such DLLP is received or after the 256 ns timeout expires.
Wait = DLLP {
DLLPType = Vendor
VendorSpecific = "0bXXXXXXXXXXXXXXXXXXXXXXX1"
Timeout = 256
}
Vista de pagina 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 88 89

Comentarios a estos manuales

Sin comentarios