8000 Tags · skogsvik/pyvisa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: skogsvik/pyvisa

Tags

1.12.0

Toggle 1.12.0's commit message
cut 1.12.0

1.11.3

Toggle 1.11.3's commit message
cut 1.11.3

1.11.2

Toggle 1.11.2's commit message
fix MANIFEST

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pyvisa#550

550: gpib: deprecate methods that were mistakenly added to GPIB::INSTR r=MatthieuDartiailh a=MatthieuDartiailh

Those methods belong exclusively to GPIB::INTFC

- [x] Executed ``black . && isort -c . && flake8`` with no errors
- [x] Added an entry to the CHANGES file


Co-authored-by: MatthieuDartiailh <marul@laposte.net>

1.11.0

Toggle 1.11.0's commit message
1.11 fix format of changes

1.10.1

Toggle 1.10.1's commit message
release: bugfix release 1.10.1

1.10.0

Toggle 1.10.0's commit message
travis: add Python 3.7

1.10.0.rc

Toggle 1.10.0.rc's commit message
Merge pyvisa#435

435: Add `chunk_size` and `data_length` to `read/query_binary_values` r=MatthieuDartiailh a=MatthieuDartiailh

This address a couple of issues and is based on pyvisa#430 :
- `chunk_size` appears to be able to fix the issue seen in pyvisa#431, even if at the time being the underlying issue is not clear but is likely outside of PyVISA (whether it is a VISA implementation issue or an instrument specific is unclear)
- `data_length` fills a gap by providing a way to get in a controlled manner binary data from instrument that use a protocol that do not report how many bytes will be transferred (such as the Keithley 2000 which is commonly used with PyVISA). **I still have some work to do on the utility functions to handle this properly**

The documentation has been updated to reflect those changes.  The changelog must be updated before merging. @bjaraujo if you can test and review, I would greatly appreciate it. 

Co-authored-by: MatthieuDartiailh <marul@laposte.net>
Co-authored-by: Matthieu Dartiailh <marul@laposte.net>

1.9.1

Toggle 1.9.1's commit message
prepare 1.9.1 release

1.9.0

Toggle 1.9.0's commit message
version: cut 1.9.0

0