Jump to content
  • 0

Using Waveforms SDK


Chinmay Chobe

Question

3 answers to this question

Recommended Posts

  • 0

Hi @Chinmay Chobe

Please note that the Python examples provided by Digilent use the DWF library directly via the Python ctypes package. In practical terms, this means that you will need to put a lot of attention to the correct low-level types as expected by DWF; this will introduce a lot of noise in your code, and is quite error-prone.

A possible alternative is to use the pydwf package (which I made). You can find it here and install it using "pip install pydwf". This package takes care of all the type conversions and provides exception-based error handling. In addition, it provides elaborate documentation and examples that (I hope) are a bit easier to get you started than the examples provided by Digilent.

Cheers, Sidney

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...