7 gettracestartpackettime(), 8 gettraceendtpackettime(), Race – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual

Page 63: Tart, Acket

Advertising
background image


63

16.7 GetTraceStartPacketTime()

This function returns time stamp of the first packet in trace file.


Format :

GetTriggerPacketNumber()

Return Value

Returns VSE time object.
Example

Time = GetTraceStartPacketTime();
ReportText(GetFullTimestamp(Time)); #print time stamp

16.8 GetTraceEndtPacketTime()

This function returns time stamp of the last packet in trace file.


Format :

GetTriggerPacketNumber()

Return Value

Returns VSE time object.
Example

Time = GetTraceEndPacketTime();
ReportText(GetFullTimestamp(Time)); #print time stamp

Advertising