analogdevicesinc / libm2k

A C++ library (bindings for Python and C#) for interfacing with the ADALM2000
http://analogdevicesinc.github.io/libm2k
GNU Lesser General Public License v2.1
34 stars 32 forks source link

DeviceGeneric.cpp: If the previous call failed, allow more time to settle. #336

Closed AlexandraTrifan closed 10 months ago

AlexandraTrifan commented 1 year ago

Failure means that the buffer was not yet destroyed, so the next call will probably fail as well if we don't delay the process.