-
Notifications
You must be signed in to change notification settings - Fork 21
Time Stamps (Shimmer3)
ShimmerEngineering edited this page Oct 3, 2024
·
3 revisions
For RAW, this is the timestamp from the device's internal clock.
For CAL, this is the timestamp from the device's internal clock in milliseconds. The first packet starts at 0ms.
This is calculated from the following FirstSystemTimeStampValue + calibratedTS
Where:-
FirstSystemTimeStampValue is (DateTime.UtcNow - UnixEpoch).TotalMilliseconds of the first packet received
calibratedTS is the Timestamp CAL mentioned above