Overall Status
master branch status |
|
GitHub status |
Info |
NI Modular Instrument driver APIs for Python. |
Author |
NI |
About
The niswitch module provides a Python API for NI-SWITCH. The code is maintained in the Open Source repository for nimi-python.
Support Policy
niswitch supports all the Operating Systems supported by NI-SWITCH.
It follows Python Software Foundation support policy for different versions of CPython.
NI created and supports niswitch.
NI-SWITCH Python API Status
NI-SWITCH (niswitch) |
|
|---|---|
Driver Version Tested Against |
2026 Q3 |
PyPI Version |
|
Supported Python Version |
|
Documentation |
|
Open Issues |
|
Open Pull Requests |
Installation
As a prerequisite to using the niswitch module, you must install the NI-SWITCH runtime on your system. Visit ni.com/downloads to download the driver runtime for your devices.
The nimi-python modules (i.e. for NI-SWITCH) can be installed with pip:
$ python -m pip install niswitch~=1.5.0
Contributing
We welcome contributions! You can clone the project repository, build it, and install it by following these instructions.
Usage
The following is a basic example of using the niswitch module to open a session to a Switch and connect channels.
import niswitch
with niswitch.Session("Dev1") as session:
session.connect(channel1='r0', channel2='c0')
Other usage examples can be found on GitHub.
Support / Feedback
For support specific to the Python API, follow the processs in Bugs / Feature Requests. For support with hardware, the driver runtime or any other questions not specific to the Python API, please visit NI Community Forums.
Bugs / Feature Requests
To report a bug or submit a feature request specific to Python API, please use the GitHub issues page.
Fill in the issue template as completely as possible and we will respond as soon as we can.
Documentation
Documentation is available here.
License
nimi-python is licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.
gRPC Features
For driver APIs that support it, passing a GrpcSessionOptions instance as a parameter to Session.__init__() is subject to the NI General Purpose EULA (see NILICENSE).
Release files for niswitch 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| niswitch-1.5.0.tar.gz | 56.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| niswitch-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:115.1 kB
Release files / niswitch-1.5.0.tar.gz
| Download URL | niswitch-1.5.0.tar.gz |
|---|---|
| Size | 56.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
39b003bbb21a0651bc3ee1934fd0b19cb989a657f3f6b4bd515ace41c42c97c5
|
|
BLAKE2b-256 checksum How to use checksums |
6e5eba0163a765637d161b1cea2ecf55de30cbfce54fa03e79702a3e55db088d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|
Release files / niswitch-1.5.0-py3-none-any.whl
| Download URL | niswitch-1.5.0-py3-none-any.whl |
|---|---|
| Size | 58.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff5e8989ad3ef8ae97974294c62af9c0e51f96432001887e1018f4c11f277de2
|
|
BLAKE2b-256 checksum How to use checksums |
daa68728d90864683d049766c3b3279ac2cf389ac4819dc3ed8efcbf7f95c5f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.3
|