You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all instruments, the idea is to support PyVISA 1.8 so a compatibility layer for drivers needs to be introduced (and perhaps some driver can be slightly altered)
port the instrument debugger while a new one has not been designed.
Porting tasks should be straightforward as it mainly means to handle task declarations, in some cases taking advantages of some new features (checks based on tag, ...) would make sense. Pairs should be replaced by OrderedDict and edited with the DictEditor. The other two needs completion of Exopy/exopy#16 before being tackled. DONE
The text was updated successfully, but these errors were encountered:
#1)
* dc_voltage: Add Yokogawa voltage sources to MeasDCVoltageTask and add safe delta to SetDCVoltageTask
The Yokos will return their current output voltage when selected for in MeasDCvoltagetask.
The safe delta is the maximum total DC voltage variation that can be performed by a SetDCVoltagetask
Co-authored-by: Réouven Assouly <[email protected]>
Co-authored-by: Qcircuits <[email protected]>
The part of HQCMeas to port are the following :
Porting tasks should be straightforward as it mainly means to handle task declarations, in some cases taking advantages of some new features (checks based on tag, ...) would make sense. Pairs should be replaced by OrderedDict and edited with the DictEditor.
The other two needs completion of Exopy/exopy#16 before being tackled.DONEThe text was updated successfully, but these errors were encountered: