-
This is a multi-session method like [these](https://github.com/ni/nimi-python/issues/1067), but it also accepts a NI-Sync session handle.
-
At the moment, when I open a .DAT file to read a single image channel, I have to:
1. Read the whole file with two channels, because their pixels are interleaved. This has costs both in storage (2 c…
-
Before releasing support for 2022 Q3 released APIs we need to make sure we are running our system tests against those driver runtimes. For that, we need to upgrade nimibot. The following drivers have …
-
In [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md) we include instructions for building on Linux using [MinGW](http://www.mingw.org/Welcome_to_MinGW_org).
Given tha…
-
## Steps to Reproduce
1. Use webview flutter 4.0.0
2. Run on android and and open web view
**Expected results:** webview open
**Actual results:** app crashed
Code
`WebVie…
-
nimi-bot runs system tests on Windows only. NI has released Linux ports for NI-DMM, NI-SWITCH, NI-SCOPE, NI-TClk. We don't have automated system-level tests for those. This is a big gaping hole in our…
-
### Description of issue
nimi-python unit tests should not need driver runtimes to be installed. This is true if they are run on Linux or on WSL in Windows. But when run on Windows, an error is ret…
-
# Description of issue
In #1005 we agreed on the following:
>Any place that needs a tclk session num in the C API can accept:
>
> * nimi-python Session (assuming NI-TClk support enabled)
> * …
-
Two properties in NI-TClk need repeated capabilties.
We don't support that in `nitclk` so we will remove it. We don't think the use cases justify it.
The properties are:
* `NITCLK_ATTR_SCRIPT_TRI…
-
# Description of issue
All the nimi-python APIs we have today (except for `nise` and `nimodinst` where it does not apply) return a context manager from `Session.initiate()` that calls `Session.abor…