WaveForms-SDK-Getting-Started-PY icon indicating copy to clipboard operation
WaveForms-SDK-Getting-Started-PY copied to clipboard

Demo package for the WaveForms SDK Getting Started guide and multiple test scripts for different instruments.

Results 4 WaveForms-SDK-Getting-Started-PY issues
Sort by recently updated
recently updated
newest added

In WF_SDK/static.py, calling the .set_state() method will raise operand mismatch error between the mask and shifted bits. This can be fixed by adding `mask = mask.value` at line 134 just...

Hello and thank you for this work, I want to program the IN/OUT of the Analog Discovery 2, and when I try to use your example "test_static-supplies.py", I encounter this...

I have an Analog Discovery 2 device connected through Rasberry Pi 4. I installed the latest version of Adept Runtime(2.26.1) and WaveForms(3.18.1) on the RPi device according to the instructions...

I just installed the latest version of WaveForms (3.18.1) on Windows 10, and afterwards installed the SDK through `pip3 install git+https://github.com/Digilent/WaveForms-SDK-Getting-Started-PY#egg=WF_SDK`. Now, when launching Python (3.7.12) and importing the scope...