Recent Releases of PyVISA

PyVISA - Release 1.14.1

What's Changed

  • highlevel: allow missing board number which is the case for VICP by @MatthieuDartiailh in https://github.com/pyvisa/pyvisa/pull/787

Full Changelog: https://github.com/pyvisa/pyvisa/compare/1.14.0...1.14.1

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 2 years ago

PyVISA - Release 1.14.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 2 years ago

PyVISA - Release 1.13.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] over 3 years ago

PyVISA - Release 1.12.0

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] about 4 years ago

PyVISA - 1.10.0 release candidate

  • Change the returned data_length for IEEE block of undefined size to 0 PR #435
  • Add chunksize and datalength keyword argument to read/querybinaryvalues PR #435
  • Make the ordering of the visa library deterministic PR #399
  • Properly close pipes when looking for a shared libary path on linux #380
  • Fixing missing argument for USBInstrument.usbcontrolout PR #353
  • avoid attempting to close already closed resources in del PR #424
  • add a listopenedresources method to the ResourceManager PR #415
  • use privately stored resource name in Resource class rather than relying on VisaLibrary PR #415
  • keep track of resources created by the ResourceManager to properly close them PR #357
  • replace time.clock by time.perf_counter under Python 3 PR #441
  • make the ordering of the visa library deterministic PR #399
  • properly close pipes when looking for a shared libary path on linux #380
  • fixing missing argument for USBInstrument.usbcontrolout PR #353
  • usbcontrolout -> controlout. warnings for deprecated usbcontrol_out PR #353
  • Added new function logtostream() PR #363
  • Made all enumerations of the constants module unique. Fixed duplicate enums in StatusCode PR #371
  • Use ni backend when specifying a file in openvisalibrary PR #373
  • Add flush() method to all resource classes that support viFlush() (with the exception of VXIInstrument class) PR #390

Scientific Software - Peer-reviewed - Python
Published by MatthieuDartiailh almost 7 years ago