Skip to content

Commit

Permalink
(oscacq) adding __enter__ and __exit__, handling verbose attribute, s…
Browse files Browse the repository at this point in the history
…ome housekeeping
  • Loading branch information
asvela committed Feb 10, 2020
1 parent 73ace5d commit 09bc11e
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 65 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ v3.0: Docs are overrated
Comprehensive documentation now available on read the docs, added more command line programme options, some function name changes without compatibility, and bug fixes.

v3.0.2 (2020-02-10)
- Context manager compatibility (``__enter__`` and ``__exit__`` functions implemented)
- Adding the function ``get_active_channels`` to query the scope of its active channels
- Adding ``verbose`` attribute

v3.0.1 (2019-10-31)
- Some adaptation for using Infiniium oscilloscopes with limited functionality
Expand Down
1 change: 1 addition & 0 deletions docs/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Known issues and suggested improvements
- (feature) Build functionality for pickling measurement to disk and then post-processing for speed-up in consecutive measurements
- (instrument support) expand support for Infiniium oscilloscopes
- (docs) Write tutorial page for documentation
- (housekeeping) PEP8 compliance and code audit
Loading

0 comments on commit 09bc11e

Please sign in to comment.