timing_offsets = make_table(False) # False : single return mode
print('\n'.join([', '.join(['{:8.3f}'.format(value) for value in row])
for row in timing_offsets]))
Example: Calculate the exact firing time of the last firing in a packet if the timestamp value is 45,231,878 µs.
Timestamp = 45,231,878 µs
TimeOffset = timing_offsets[15][23]
ExactPointTime = Tim TimeOffset
ExactPointTime = 45,231,878 + 1,306.368 µs
ExactPointTime = 45,233,184.368 µs
shows the timing calculation for a specific data point.
Figure 9-8 Example Data Point Timing Calculation
Chapter 9 • Sensor Data
63