Qcodes_contrib_drivers
Qcodes_contrib_drivers copied to clipboard
modified Valon_5015 and add Vaunix LDA ethernet access
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.