summaryrefslogtreecommitdiff
path: root/pyvisa-py
Commit message (Expand)AuthorAge
* New upstream version 0.3.1Ruben Undheim2018-09-22
* New upstream version 0.3.0Ruben Undheim2018-09-10
* Fixed logging of unicode string on certain versions of PythonHernan Grecco2015-08-25
* Fixed timeout in SerialSessionHernan Grecco2015-08-24
* Implemented query in list_resources using rname.filterHernan Grecco2015-07-23
* VXI11 protocol performance enhancementAlex Forencich2015-07-20
* TCPIP Socket: Cleanup tabs and add some commentsThorsten Liebig2015-06-02
* Fix TCPIP SocketThorsten Liebig2015-06-02
* Preliminary support for TCPIP SocketHernan Grecco2015-06-01
* Import both USB devices in single line to avoid duplicated importHernan Grecco2015-05-26
* Added logging to rpcHernan Grecco2015-05-25
* Add better error message when libraries used by PyUSB are not installedHernan Grecco2015-05-19
* fix large binary readsSebastian Held2015-05-19
* Merge branch 'master' of git://github.com/sibbi77/pyvisa-py into sibbi77-masterHernan Grecco2015-05-19
|\
| * fix double status reportSebastian Held2015-05-18
| * python3 fixSebastian Held2015-05-18
* | Removed parse_resource, now in pyvisaHernan Grecco2015-05-19
|/
* Moved to rnameHernan Grecco2015-05-11
* Upgraded to rname module in pyvisaHernan Grecco2015-05-10
* Removed tests for modules which are now in PyVISAHernan Grecco2015-04-30
* Migrated to pyvisa.rnameHernan Grecco2015-04-30
* Log information about Session importingHernan Grecco2015-04-29
* Added backend information to loggerHernan Grecco2015-04-29
* Fix minor spelling error in highlevel.pyAlexander Bessman2015-04-28
* Add more GPIB INSTR attributesAlexander Bessman2015-04-28
* Exclude system controller from output of GPIBSession.list_resourcesAlexander Bessman2015-04-28
* Remove GPIB INTFC attributesAlexander Bessman2015-04-28
* GPIBSession: Return 0 on write error even if the error is not a timeoutAlexander Bessman2015-04-28
* 0 is a valid physical address for GPIB INSTRAlexander Bessman2015-04-28
* Use pyvisa compat/struct.py for python < 2.7.8Martin Ritter2015-04-28
* Added list_resources to VisaLibraryHernan Grecco2015-04-16
* Remove test_serialHernan Grecco2015-03-17
* CosmeticsHernan Grecco2015-03-17
* Changed USB Session error reportingHernan Grecco2015-03-17
* Change serial to properly raise error if pyserial not thereHernan Grecco2015-03-17
* Changes GPIBSession.list_resource so no error is raised if linux-gpib not ins...Hernan Grecco2015-03-17
* Fix PySerial version reportingHernan Grecco2015-03-17
* Merge branch 'bessman-gpib'Hernan Grecco2015-03-17
|\
| * Store GPIB device handle in an instance attributeAlexander Bessman2015-03-17
| * Implement some GPIB attributesAlexander Bessman2015-03-17
| * Partial implementation of close() for GPIBSessionAlexander Bessman2015-03-17
| * Improve timeout lookupAlexander Bessman2015-03-16
| * Fix copy/paste mistakeAlexander Bessman2015-03-16
| * Fix GPIB timout getting/settingAlexander Bessman2015-03-16
| * Try to import GPIBSession in highlevel.pyAlexander Bessman2015-03-16
| * [WIP] GPIB supportAlexander Bessman2015-03-16
| * [WIP] GPIB support via linux-gpibAlexander Bessman2015-03-15
* | Add TCPIP testHernan Grecco2015-03-17
|/
* Removed abcHernan Grecco2015-02-19
* Common base for usb tmc and usb rawThomas Kopp2015-02-19