beautypg.com

1 dllptype = ack, nak – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 26

background image

Teledyne LeCroy

PETrainer Scripting Language

21

3.2.1 DLLPType = Ack, Nak


Parameter

Values

Default Comment

AckNak_SeqNum

0:4095

0

Bytes 2-3 in the DLLP



Example 1:

This example acknowledges all TLP packets with a sequence number less than or equal to 120 and
initiates retransmission of TLP packets with a sequence number more than 120. The DLLP’s CRC is
calculated automatically since CRC is not specified.

Packet = DLLP {

DLLPType = Ack

AckNak_SeqNum = 120

}