Skip to content

Python API for interacting with a SystemLink Server, created and supported by NI.

License

Notifications You must be signed in to change notification settings

ni/nisystemlink-clients-python

Repository files navigation

Info NI SystemLink API Clients for Python
Author National Instruments

About

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.

Requirements

nisystemlink-clients has the following requirements:

  • A SystemLink Server installation or a SystemLink Cloud account to connect to
  • CPython 3.8+

Installation

To install nisystemlink-clients, use one of the following methods:

  1. pip:

    $ python -m pip install nisystemlink-clients
    
  2. easy_install from setuptools:

    $ python -m easy_install nisystemlink-clients
    

Usage

Refer to the documentation for detailed information on how to use nisystemlink-clients.

Support / Feedback

The nisystemlink-clients package is supported by NI. For support for nisystemlink-clients, open a request through the NI support portal at ni.com.

Bugs / Feature Requests

To report a bug or submit a feature request, please use the GitHub issues page.

Documentation

To view the documentation, visit the nisystemlink.clients Documentation Page.

Changelog

To view the changelog, visit the GitHub repository CHANGELOG.

License

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.