analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

Pysmu session constructor fix. #140

Closed cristi-iacob closed 4 years ago

cristi-iacob commented 4 years ago

The queue_size parameter wasn't initialized with the default value and this fact was producing sometimes runtime errors. We have fixed this and initialize it with the default value from libsmu.

Signed-off-by: Cristi Iacob cristian.iacob@analog.com