knarfS / smuview

SmuView is a GUI for sigrok that supports power supplies, electronic loads and all sorts of measurement devices like multimeters, LCR meters and so on.
GNU General Public License v3.0
130 stars 25 forks source link

Several small bug fixes / quality of life improvement #56

Open pilatomic opened 1 year ago

pilatomic commented 1 year ago

This PR contains :

  1. Addition of a ComboBox containing the different device types known to Sigrok. Only the devices matching the type selected are then listed. The default "Any device type" shows all devices just as before.
  2. Add device name to title of Power panel
  3. Fix sawtooth generator period being half the requested period
  4. Added missing Electric Charge quantity, that is need to properly identify signals of that type.
pilatomic commented 1 year ago

Cleaned up to match the project code style.