analogdevicesinc / iio-oscilloscope

A GTK+ based oscilloscope application for interfacing with various IIO devices

Home Page:https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSC cannot handle multiple instances of the same chip (should use label instead of name)

MikeLooijmans opened this issue · comments

The "name" of an iio device is the chip name, and usually isn't unique.
The DMM window correctly shows and uses labels.
The OSC plot view doesn't and gets hopelessly confused. With multiple instances of chipX, the plot window will not show this:

  • chipX
  • channel0
  • channel1
  • chipX
  • channel0
  • channel1

Instead the list is shown as:

  • chipX
  • channel0
  • channel1
  • channel0
  • channel1
  • chipX