Info | NI SystemLink API Clients for Python |
Author | National Instruments |
The nisystemlink-clients package contains an API (Application Programming Interface) for SystemLink that uses HTTP to interact with a SystemLink Server. The package is implemented in Python. NI created and supports this package.
nisystemlink-clients has the following requirements:
- A SystemLink Server installation or a SystemLink Cloud account to connect to
- CPython 3.5+
To install nisystemlink-clients, use one of the following methods:
pip:
$ python -m pip install nisystemlink-clients
easy_install from setuptools:
$ python -m easy_install nisystemlink-clients
Download the project source and run:
$ python setup.py install
Refer to the documentation for detailed information on how to use nisystemlink-clients.
The nisystemlink-clients package is supported by NI. For support for nisystemlink-clients, open a request through the NI support portal at ni.com.
To report a bug or submit a feature request, please use the GitHub issues page.
To view the documentation, visit the systemlink.clients Documentation Page.
nisystemlink-clients 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.