Skip to content

Write functions require writable numpy array #151

@gregor-anich-uibk

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

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