Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write functions require writable numpy array #151

Closed
gregor-anich-uibk opened this issue Feb 12, 2022 · 0 comments · Fixed by #152
Closed

Write functions require writable numpy array #151

gregor-anich-uibk opened this issue Feb 12, 2022 · 0 comments · Fixed by #152

Comments

@gregor-anich-uibk
Copy link

gregor-anich-uibk commented Feb 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant