Skip to content

Commit 0bfd8d8

Browse files
authored
Add Active Dev to Timing Class (#767)
* Add active_dev to Timing class * update changelog * Update codegen template * fix lint error * update metadata * Update codegen * fix error * remove ACTIVE_DEVS_SUPPORTED_ATTRIBUTES * raise errors for active devs not supported timing attribute * address comments * add unit test * remove unused variable * add more test * address comments * address comment
1 parent abe0f90 commit 0bfd8d8

File tree

11 files changed

+4478
-46
lines changed

11 files changed

+4478
-46
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
3030
* ### Resolved Issues
3131
* Fix PEP 660 builds by setting `build-system` to use `poetry-core`
3232
* [579: nidaqmx does not generate numbered virtual channel names correctly](https://github.com/ni/nidaqmx-python/issues/579)
33+
* [692: Cannot set "ai_conv_rate" on NI DAQ 9209 due to missing active device modifier for timing attributes](https://github.com/ni/nidaqmx-python/issues/692)
3334

3435
* ### Major Changes
3536
* Removed the `docs` extra and converted it to a Poetry dependency group.

generated/nidaqmx/task/_timing.py

Lines changed: 454 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)