nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Python bindings for NI Modular Instrument drivers.

Results 175 nimi-python issues
Sort by recently updated
recently updated
newest added

- [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...

### Description of issue If a `repeated_capability_type` key is used in property or method parameter metadata that is not present in `repeated_capabilities` listed in config.py, codegen should error. Encountered in...

codegen

### Description of issue In niscope's `fetch` and `read` methods, `num_samples` = `None` means fetch/read all available samples. This behavior is not captured in method documentation.

docs
niscope

For a number of the newly added properties in the NI-SCOPE measurement library, enums which are referenced in the property documentation have strange results when run through the codegen replacement....

docs
niscope

- [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...

### Description of issue As encountered in #1485, if there exist custom types in a module's config.py metadata and in the config_addon.py metadata, the config_addon.py will override config.py and only...

codegen

In NI-SCOPE, the meas_high_ref, meas_low_ref, and meas_mid_ref attributes are all missing documentation.

docs
niscope

In NI-SCOPE's meas_filter_type documentation, the allowed values should reference the FIlterTypes enum, which is correctly generated in the code, but the documentation instead shows non-substituted values such as "~niscope.NISCOPE_VAL_MEAS_LOWPASS".

docs
niscope

### Description of issue In the NIMI-Python documentation for the 'simulate' attribute, there is not a clear indication of how to use/modify that attribute. ### Steps to reproduce issue 1)...

docs
niscope

In many places throughout the nimi-python documentation, broken hyperlinks that look similar to "" are present. They are generated this way from the internal hapigen metadata. This should be addressed...

docs