
Teledyne LeCroy PETrainer Scripting Language
31
4 Idle Command
This command sends idle symbols (D0.0) for the time specified.
Example:
The following example sends two TLP packets separated by D0.0 symbols. The idle time between those
TLP packets is 64 ns. Eight D0.0 symbols would be sent between TLP packets on each lane.
Packet = TLP {
TLPType = MRd32
Address = 0x1000
}
Idle = 64
Packet = TLP {
TLPType = MRd32
Address = 0x1000
}
Kommentare zu diesen Handbüchern