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
Traceback (most recent call last):
File "pysmu/libsmu.pyx", line 640, in pysmu.libsmu.SessionDevice.write
RuntimeError: data write timeout, no available queue space: Resource busy
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "read-write.py", line 18, in <module>
chan_a.constant(1.75)
File "pysmu/libsmu.pyx", line 891, in pysmu.libsmu.Channel.constant
File "pysmu/libsmu.pyx", line 794, in pysmu.libsmu.Channel.write
File "pysmu/libsmu.pyx", line 646, in pysmu.libsmu.SessionDevice.write
AttributeError: 'RuntimeError' object has no attribute 'message'
I am using the examples as my template for creating this, but always get this same error every time. It seems like I need to flush the buffer or do a read, but even when attempting that it isn't working. Can you explain the reason for this or how I should be flushing the buffers if that is the issue?
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to set a constant voltage at different time intervals. I am running the following code:
However I keep receiving the following error:
Traceback (most recent call last):
File "pysmu/libsmu.pyx", line 640, in pysmu.libsmu.SessionDevice.write
RuntimeError: data write timeout, no available queue space: Resource busy
During handling of the above exception, another exception occurred:
I am using the examples as my template for creating this, but always get this same error every time. It seems like I need to flush the buffer or do a read, but even when attempting that it isn't working. Can you explain the reason for this or how I should be flushing the buffers if that is the issue?
The text was updated successfully, but these errors were encountered: