Benedikt Burger

Results 52 issues of Benedikt Burger

Reworking the instrument/adapter. This pull request just focuses on the official adapters, Instrument class and keeping the code base in a working condition. Fixes #567, fixes #512, fixes #409, fixes...

https://github.com/pymeasure/pymeasure/blob/d7cbd3c850fe7120eb56ee29039269671b5f443c/pymeasure/instruments/fwbell/fwbell5080.py#L116-L129 The `ask`/`values` call to the parent class does not contain a `command` parameter and cannot work in the current implementation. I guess someone copied the `read` method and did...

bug
diagnosed
instrument

TelnetAdapter uses [telnetlib](https://docs.python.org/3/library/telnetlib.html) which is deprecated since Python 3.11 (see [PEP 598](https://peps.python.org/pep-0594/#telnetlib)). Python 3.12 will be last version to contain telnetlib. It is not yet urgent, but I want to...

diagnosed
instrument

Instrument's property factories do not take into account unitful quantities (pint). See #248 for the general ideas. `set_process` and `get_process` can be used as a stop-gap measure, but a proper...

enhancement
instrument

Many instruments miss a name argument and pass their name directly to the super constructor.

enhancement

# Describe the bug An inserted anchor ("Textmarke") in the _tiny_ editor disappears after closing the editor. A link to that anchor does not work # Steps to reproduce 1....

bug
priority:low
severity:low

I added a section for measurement control (controlling measurement in an experiment in the lab) and included my first suggestion: pymeasure. It contains python drivers for several measurement devices (voltage...

# Issue description If I set the same identity to two sockets (DEALER) and connect them to one ROUTER socket, the first connected DEALER works fine, while the other one...

Continuation of #905 . In this PR all instruments have the SCPIMixin or SCPIUnknownMixin, unless they do not comply explicitly to SCPI. - [ ] Update the .rst files to...

enhancement
instrument