nitclk module

Installation

As a prerequisite to using the nitclk module, you must install the NI-TClk runtime on your system. Visit ni.com/downloads to download the driver runtime for your devices.

The nimi-python modules (i.e. for NI-TClk) can be installed with pip:

$ python -m pip install nitclk

Usage

The following is a basic example of using the nitclk module

import nitclk

Other usage examples can be found on GitHub.

API Reference