Skip to content

Python demo code - continuous read/write failure #201

Description

@chamoujacon

Windows 10, using Python 3.10, REV-F board. Installed using "pip install -i https://test.pypi.org/simple/pysmu". Code runs/prints for a few seconds then throws an error.

Traceback (most recent call last):
File "libsmu.pyx", line 626, in pysmu.libsmu.SessionDevice.write
RuntimeError: data sample dropped: The directory cannot be removed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\XXX", line 67, in
chan_a.write(refill_data(num_samples, i % 6), -1)
File "libsmu.pyx", line 782, in pysmu.libsmu.Channel.write
File "libsmu.pyx", line 636, in pysmu.libsmu.SessionDevice.write
pysmu.exceptions.SampleDrop: data sample dropped: The directory cannot be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions