Qcodes_contrib_drivers icon indicating copy to clipboard operation
Qcodes_contrib_drivers copied to clipboard

modified Valon_5015 and add Vaunix LDA ethernet access

Open kto-ts4 opened this issue 9 months ago • 2 comments

Modified Valon_5015.py

  • Previously Valon_5015.py does not work because of failure in _flush() method.
  • Which buffer to be cleared was changed. Not sure this change is correct but works well now.

Add LDA_eth.py

  • It is used for connection with Vaunix digital attenuator via ethernet.
  • Based on LDA.py, rewriting some methods to use DLL by the vendor.

kto-ts4 avatar May 23 '24 04:05 kto-ts4