Skip to content

Write functions require writable numpy array #151

Description

@gregor-anich-uibk

Hi,
the write functions in nidaqmx/_task_modules/write_functions.py require writable numpy arrays altough those functions only read the data to be written to the device. I believe this is a bug and wrapped_ndpointer(..., flags=('C', 'W')) should be changed into wrapped_ndpointer(..., flags=('C',)) in write_functions.py.
Greetings from Austria

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions