Skip to content

Commit

Permalink
Rename monitor data fields
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 16, 2023
1 parent bb34bd1 commit 72c4de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aeon.Acquisition/SynchronizerMonitor.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Item2 as Names)</scr:Expression>
</Expression>
<Expression xsi:type="scr:ExpressionTransform">
<scr:Expression>new(
Item1.Stats.Mean as MeanRawTimestamp,
DateTime(1904, 1, 1) + TimeSpan.FromSeconds(Item1.Stats.Mean) as MeanTimestamp,
Item1.Stats.Mean as MeanTimestamp,
DateTime(1904, 1, 1) + TimeSpan.FromSeconds(Item1.Stats.Mean) as MeanUtcTimestamp,
Item2 as ExpectedDeviceCount,
Item1.Stats.Count as DeviceCount,
Item1.Stats.Maximum - Item1.Stats.Minimum as MaxDifference,
Expand Down

0 comments on commit 72c4de2

Please sign in to comment.