We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DAQmxWaitForValidTimestamp returns the timestamp: https://www.ni.com/docs/en-US/bundle/ni-daqmx-c-api-ref/page/daqmxcfunc/daqmxwaitforvalidtimestamp.html
DAQmxWaitForValidTimestamp
So does Task.WaitForValidTimestamp in .NET: https://www.ni.com/docs/en-US/bundle/ni-daqmx-net-framework-40-api-ref/page/ninetdaqmxfx40ref/html/m_nationalinstruments_daqmx_task_waitforvalidtimestamp.htm
Task.WaitForValidTimestamp
And so do the interpreter classes: https://github.com/ni/nidaqmx-python/blob/master/generated/nidaqmx/_library_interpreter.py#L5831
But Task.wait_for_valid_timestamp does not return anything: https://github.com/ni/nidaqmx-python/blob/master/generated/nidaqmx/task/_task.py#L1035
Task.wait_for_valid_timestamp
Cc: @DeborahOoi96
The text was updated successfully, but these errors were encountered:
Fixed by #592
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
DAQmxWaitForValidTimestamp
returns the timestamp: https://www.ni.com/docs/en-US/bundle/ni-daqmx-c-api-ref/page/daqmxcfunc/daqmxwaitforvalidtimestamp.htmlSo does
Task.WaitForValidTimestamp
in .NET: https://www.ni.com/docs/en-US/bundle/ni-daqmx-net-framework-40-api-ref/page/ninetdaqmxfx40ref/html/m_nationalinstruments_daqmx_task_waitforvalidtimestamp.htmAnd so do the interpreter classes: https://github.com/ni/nidaqmx-python/blob/master/generated/nidaqmx/_library_interpreter.py#L5831
But
Task.wait_for_valid_timestamp
does not return anything: https://github.com/ni/nidaqmx-python/blob/master/generated/nidaqmx/task/_task.py#L1035Cc: @DeborahOoi96
The text was updated successfully, but these errors were encountered: