
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
Commenti su questo manuale