-
Notifications
You must be signed in to change notification settings - Fork 56
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
example / MultiChannelAnalogInput.py is synchronization for every Channel #15
Comments
What exactly are yo asking? It creates taskhandles for every channel. |
Hi! i have a question which i think is similar to this thread. I am working with a NI Compact DAQ with a 9222, a 4 channel high freq voltage input. So far i have succeed in reading in the data for each channel, one at the time. But what i want to achieve is to read the channels simultaneously in sync. Can some of your wizards in here help me with this? I have copied my code below. Please bear with me, i am fairly new to Python. Best Jeppe import numpy
#============================================================================== Initate analog channels#==============================================================================
#============================================================================== #==============================================================================
data = AI_data_type()
if name == 'main':
. |
the example is synchronization for every Channel?
The text was updated successfully, but these errors were encountered: