libsmu v1.0.2
libsmu v1.0.2:
- Removed old hotplug mechanism
- Libusb has some bugs for the hotplug mechanism, especially on Windows. We have decided to remove the hotplug from libusb.
- Instead of using libusb’s hotplug, we decided to simulate it, if necessary.
- We have modified the hotplug example (for C++ and Python) in order to show you an easy way to simulate it. Basically we are scanning for devices every couple of seconds and check if any plug or unplug action happened.
- Bug fixing for pysmu
- Attributes were not properly initialized.
- Small changes in the examples.
- Add 3 new acquisition modes, used to control the input only pin in Rev F. (HI_Z_SPLIT, SVMI_SPLIT, SIMV_SPLIT).