summaryrefslogtreecommitdiff
path: root/pyvisa/highlevel.py
Commit message (Expand)AuthorAge
* New upstream version 1.10.1Ruben Undheim2019-10-18
* New upstream version 1.9.1Ruben Undheim2018-08-19
* New upstream version 1.9.0Ruben Undheim2018-08-05
* If a resource class cannot be found for the resource_type, return a Resource ...Hernan Grecco2015-08-12
* Get extended resource info in open_resource as we require the resource_classHernan Grecco2015-07-28
* Added optional resource_pyclass to open_resourceHernan Grecco2015-07-27
* Added optional parameter to ResourceManager.resource_info to select if extend...Hernan Grecco2015-07-27
* Changed VisaLibraryBaseHernan Grecco2015-05-14
* Properly cleanup visa handlers upon resource close.Christian Lupien2015-05-07
* Better handling when unable to load a library (issue 136)Christian Lupien2015-04-23
* Fix bug in uninstall_visa_handler (was not specific enough)Christian Lupien2015-04-23
* Move install/uninstall_handler enable/discard/disable_event to resourceChristian Lupien2015-04-23
* Make uninstall_visa_handler work correctlyChristian Lupien2015-04-23
* Added the session parameter to list_resourcesHernan Grecco2015-04-16
* Moves list_resources to the library and call it from resource managerHernan Grecco2015-04-16
* Better error reporting when a resource cannot be found.Hernan Grecco2015-03-31
* Proper handling of VI_ERROR_RSRC_NFOUNDHernan Grecco2014-12-03
* Fixed bug get_library_pathsHernan Grecco2014-11-29
* Better debug info logicHernan Grecco2014-10-17
* Provide a backend hook to display debug infoHernan Grecco2014-10-15
* Doc, code style and CHANGESHernan Grecco2014-10-13
* Add ignore_warning to Resource and ResourceManagerHernan Grecco2014-10-13
* Better error handling when resource name cannot be parsedHernan Grecco2014-09-22
* Docs in the resourcesHernan Grecco2014-09-13
* Improvements to the documentation.Hernan Grecco2014-09-13
* Documentation related changes in the codeHernan Grecco2014-09-10
* Implemented cache for open Library and ResourceManagersHernan Grecco2014-09-04
* Dummy __new__ override in VisaLibraryBaseHernan Grecco2014-08-29
* Clean up ctwrapper and VisaLibraryHernan Grecco2014-08-18
* Working on the docs for 1.6Hernan Grecco2014-08-14
* Clean up of the pluggable library architectureHernan Grecco2014-08-14
* Initial support for exchangable VisaLibraryHernan Grecco2014-08-13
* Added better detection of attributes.Hernan Grecco2014-08-12
* Raise an error when the session is required and the device is closed (session...Hernan Grecco2014-08-08
* Fixed Python compatibilityHernan Grecco2014-08-06
* Change ignore warning for a thread safe alternative based on the session handle.Hernan Grecco2014-08-06
* Rearranged attribute initializationHernan Grecco2014-07-29
* Created StatusCode enumerationHernan Grecco2014-07-28
* Better logging and status handlingHernan Grecco2014-07-28
* Several small fixesHernan Grecco2014-07-23
* Code cleanups and doc improvementsHernan Grecco2014-07-22
* Major changes to highlevelHernan Grecco2014-07-22
* Started Instrument reorganization into subpackageHernan Grecco2014-06-26
* Style changesHernan Grecco2014-06-25
* Updated header files.Hernan Grecco2014-06-08
* Added size argument to read_raw()Hernan Grecco2014-06-08
* Improved termination character handlingHernan Grecco2014-06-08
* Improved loggingHernan Grecco2014-06-08
* Improved docs and debug in _BaseInstrument.openHernan Grecco2014-06-05
* Added encoding parameterHernan Grecco2014-06-05