You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation will break any logic that uses multiple ReadRawData() calls to read a variable length SCPI response (length in one call then data in the next). At least Tek MSO6 is affected.
@tomverbeure I believe this was your code originally?
The text was updated successfully, but these errors were encountered:
In general, my Siglent scope on USBTMC is very broken, requiring a power cycle of the scope as soon as something went wrong, so I wasn't able to do a whole lot of debugging on this.
That said, if this particular function is giving you issues on the Tek scope, chances are that you will have the same issue when using the Lxi driver, because most of the code is a copy.
The current implementation will break any logic that uses multiple ReadRawData() calls to read a variable length SCPI response (length in one call then data in the next). At least Tek MSO6 is affected.
@tomverbeure I believe this was your code originally?
The text was updated successfully, but these errors were encountered: