pymeasure icon indicating copy to clipboard operation
pymeasure copied to clipboard

Transition deprecated implementations like query_delay to proper implementation

Open BenediktBurger opened this issue 2 years ago • 0 comments

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

BenediktBurger avatar Nov 28 '22 07:11 BenediktBurger