Hi guys, just two quick comments from me:
> > 2. [Pulseview] Specify number of significant digits to display > > Currently, PulseView displays sampling values (e.g. time/frequency) in a > > strange and inconsistent way. For example, the X axis labels are > > sometimes, depending on the zoom level: > > 723500 µs (6 significant digits) > > 723490500 ns (9 SD) > > > > Examples for cursor values are: > > 723490246.03 ns (11 SD!) > > 723485.54 µs (8 SD) > > > > And in the middle region of the cursor > > +1024.98 ns (6 SD) > > + 26.46µs (4 SD) > > + 5.00µs (3 SD) > > +37.7924 kHz (6 SD) > > +199.9135 kHz (7 SD) > > > > This should be normalized to display a consistent (but configurable) > > amount of significant digits. Let's say this were configured as SD = 4 > > then the display would be: > > > > 1.234568e-06 -> 1.235 µ > > 1.234568e-05 -> 12.35 µ > > 1.234568e-04 -> 123.5 µ > > 1.234568e-03 -> 1.235 m > > 1.234568e-02 -> 12.35 m > > 1.234568e-01 -> 123.5 m > > 1.234568e+00 -> 1.235 > > 1.234568e+01 -> 12.35 > > 1.234568e+02 -> 123.5 > > > > And so on and so forth. > > No issue for this yet, but please feel free to create one: > > http://sigrok.org/bugzilla > > I'm not aware of anyone working on this currently. There are two somewhat related bugs, just FYI: http://sigrok.org/bugzilla/show_bug.cgi?id=371 http://sigrok.org/bugzilla/show_bug.cgi?id=509 > > 8. [PulseView] Remember last configuration > > It would be nice if when closing and reopening PulseView it would > > remember what my last Capturing device was (defaults to Demo device), > > what I sample rate and sampling frequency was. > > Yep. The infrastructure is there, PV remembers window position and size > for example, so it's just a matter of saving more state. The device is already remembered with current head, saving the device-specific settings isn't. I filed a bug for it: http://sigrok.org/bugzilla/show_bug.cgi?id=538 Thanks, -Soeren ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel