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

All NIDAQ logic should happen in voxel #3

Open
1 task
adamkglaser opened this issue Jun 21, 2024 · 0 comments
Open
1 task

All NIDAQ logic should happen in voxel #3

adamkglaser opened this issue Jun 21, 2024 · 0 comments
Assignees

Comments

@adamkglaser
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
nidaqmx logic is currently imported and executed in the acquisition file

for daq_name, daq in self.instrument.daqs.items():
daq.co_task.timing.cfg_implicit_timing(sample_mode= AcqType.FINITE,
samps_per_chan= num_pulses)
.

Describe the solution you'd like
This should be moved into voxel and potentially be an added function for the DAQ.

Acceptance Criteria

  • Moved into voxel/DAQ class and unit tested as working
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

No branches or pull requests

2 participants