pymeasure
pymeasure copied to clipboard
Transition deprecated implementations like query_delay to proper implementation
Some instruments use deprecated features. They should be transitioned to proper implementation.
Maintainers feel free to expand the list, if you encounter an instrument. Everyone else, feel free to comment in order to add instruments to that list, if you encounter a FutureWarning about the usage of a deprecated feature. (EDIT: Useful is the output of the test regarding all instruments)
Usage of query_delay
- [ ] Temptronic.ATSBase
- [ ] ECO560 (Implement in Instrument's 'wait_until_read' instead.)
- [ ] DSP7265 (Deprecated in Adapter, implement it in the instrument instead.)
Usage of preprocess_reply
in the Adapter
- [ ] Fluke7341
- [ ] IPS120_10
- [ ] ITC503
- [ ] PS120_10
- [ ] DSP7265