Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
100
7 PEPacket Object
The PEPacket
object represents a single packet of the recorded trace file.
The PEPacket
object allows user to retrieve packet content and packet properties such as timestamp, link
width, packet start lane, packet direction, and packet errors.
The PEPacket object can be created by calling IPETrace::GetBusPacket method (See Page 41)
The PEPacket
object supports the following interfaces:
Interfaces
Description
IPacket
Allows retrieval of the packet’s timestamp
IPEPacket
Extends the IPacket interface
The IPEPacket interface is a primary interface for the PEPacket object.