nimi-python
nimi-python copied to clipboard
Python bindings for NI Modular Instrument drivers.
We recently changed a lot of things to support independent package versioning and releases. Among the things that we changed were our release tagging scheme and the check_latest_release workflow that...
https://nidigital.readthedocs.io/en/latest/class.html#enable-match-fail-combination The sync_session parameter is not shown in the function signature or documented.
nirfsg has some attributes and functions which refer to math equations (which were probably lost in the process of creating the Python help from C Help). Here's an example documentation...
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). - [x] 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). - [X] 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 Pull...
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). - [x] 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...
We should solve the needless import of _complextype together with needless import of _visatype (if such thing happens). In its own PR. Please open an issue. _Originally posted by @marcoskirsch...
With warnings.warn, if users have to asynchronously process driver warnings, then they need to override the `warnings.showwarning` function with a custom handler which would process driver warnings differently. This implies...
The contributing workflow for this project on Windows requires installing WSL and the Linux packages for GNU Make, Info-ZIP, and Python. For developers using `pyenv`, additional configuration is required to...
We've started receiving messages like this during codegen: ``` /tmp/build-env-w9fmceq7/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression:...