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

### Description of issue Python users don't need to know the underlying value used when passing an `enum` method parameter or property down to C DLLs. We should remove these...

docs

### Description of issue ![image](https://user-images.githubusercontent.com/48041236/109681360-01505800-7b43-11eb-953e-822638a74962.png) (Screenshot from https://pypi.org/project/nidcpower/1.3.3/#files) As we can see from the screenshot, there are two places where `py2` needs to be removed from.

build

There are numerous enum values (e.g. nidcpower.Event, nifgen.HardwareState, niscope.ClearableMeasurement) that are missing documentation _Originally posted by @phindman in https://github.com/ni/nimi-python/issues/1555#issuecomment-776915329_

docs

### Description of issue Metadata of many ~~private~~ non-public (private, codegen-only etc.) methods include documentation key like: ``` 'documentation': { 'description': 'TBD' }, ``` In some instances the content is...

docs
nidigital

### Description of issue As per [this pull request](https://github.com/ni/nimi-python/pull/848), the nimi-python APIs for several MI drivers no longer have the export_signal() function. This has led to some customer confusion, as...

### Description of issue The API documentation for nitclk is badly formatted in a lot of places, resulting in confusing and partially unreadable documentation. **Some examples:** ![image](https://user-images.githubusercontent.com/68872082/101683158-33618a80-3a2a-11eb-9fcc-b0fb68eba22c.png) **and** ![image](https://user-images.githubusercontent.com/68872082/101683304-64da5600-3a2a-11eb-9878-4d5deaba15e8.png) **And,...

docs
nitclk

### Description of issue In the nidmm documentation, there are several places where the 'Device Overview' section is referenced. This link currently doesn't go anywhere, but it should list the...

The docs for nidmm.Session.perform_open_cable_comp() says to use the returned values with nidmm.Session.ConfigureOpenCableCompValues(), but that is not available in nidmm.Session.... > For the NI 4082 and NI 4072 only, performs the...

docs
nidmm

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

### Description of issue When using the following methods, I am forced to pass 0 or 1 to represent internal calibration (self calibration) or external calibration: get_cal_date_and_time get_last_cal_temp The documentation...