I am confused about the trend plotting in Data Log or Digitize modes. Is it available while logging or only when logging/digitizing is done? Does the graph get reset (and not redrawn) if you change the X axis? Can you also rebin the histogram without clearing it?
I have been given some answers on how the trend chart and histogram work.
When data logging to memory, the trend chart and the histogram both use the stored data - so you can re-bin the histogram without data loss. When logging to a file, the measurements are also stored into memory, allowing the use of cursors, zoom and re-binning. However, when the number of readings surpasses the memory limit, both the trend chart and histogram revert to continuous mode.
In continuous mode, the trend chart data is compressed into 'buckets' which have a constant time width. Each of these buckets keeps a high and a low value. For displaying of the 'recent' trend chart, the last 400 of these buckets are shown and scroll to the left hand side of the screen. When the 'all' trend chart is displayed, all the buckets are compressed to fit onto the screen - with the highs and lows being kept for each pixel column.
For the histogram, in continuous mode, the samples are binned continuously, with the only limitation being that each bin count is stored as an integer. The auto-binning can compress bins to cover a broader range, but cannot arbitrarily re-bin.
When digitising, the histogram is not actively updated, with its processing being postponed until the digitising is complete - this is done so that the measurement rate can be guaranteed. Additionally, the data for the histogram is only processed if the display is set to it (in continuous & data logging, the histogram is updated with every reading).
The person that came up with the name "Digitize Mode" at Keysight should be fired.
Why do you think that?