Jump to content

edo

Members
  • Posts

    1
  • Joined

  • Last visited

edo's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hej David, I had the same error but managed to fix it, it is actually an error in the original pydwf module. You need to open the analog_impedance.py (from your error message yours is at "/home/dpm314/.local/lib/python3.8/site-packages/pydwf/core/api/analog_impedance.py"). If you go to the last function definition you will find statuMeasure, here you need to change "result = self.lib.FDwfAnalogImpedanceStatusInput(self.hdwf, measure.value, c_value)" to "result = self.lib.FDwfAnalogImpedanceStatusMeasure(self.hdwf, measure.value, c_value)" and save it. Once you re-import DwfAnalogImpedance, the status.Measure() should work. Good luck and cheers, Edo
×
×
  • Create New...