nimi-python
nimi-python copied to clipboard
Python bindings for NI Modular Instrument drivers.
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). ~~[ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~~ - [x] I've added tests applicable for this pull request ### What does this Pull Request...
- [X] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). ~~- [ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~~ ~~- [ ] I've added tests applicable for this pull request~~ ### What does this...
- [X] This contribution adheres to _the spirit of_ [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). - Running tox failed with `py37-test` as a key. - There were no installers for me to use. - I...
Fix system test modification pattern for `nifgen` to match other drivers and to run tests over gRPC.
- [X] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). ~- [ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~ This change does not need to be customer-facing. - [X] I've added tests applicable for...
- [X] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). ~- [ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~ This change does not need to be customer-facing. ~- [ ] I've added tests applicable...
### Description of issue The comment at the top of [nifake's .proto file](https://github.com/ni/nimi-python/blob/master/src/nifake/metadata/nifake.proto) just says that it was generated from version 23.0.0, whereas the .py files include the build number,...
### Description of issue 'windows-1251' is hardcoded in our APIs as the encoding to use. We support Linux, as well, so this definitely doesn't seem right. ### System report None...
### Description of issue When we run `tox-system_tests.ini` in our internal suites, we don't see the results of the example tests. Only the results of the system tests are shown.
### Description of issue Due to https://github.com/tox-dev/tox-travis/issues/159, we have had to cap our version of tox at 3.*. See #1875 When tox-travis has a release available that is compatible with...
Hi all, Access to NIFGEN_ATTR_MARKER_EVENT_PULSE_WIDTH has been removed with issue #859 and pull #868. This is disappointing, since at high sampling speeds, the pulse can be as short as ~150ns...