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~=1.3.0

Or easy_install from setuptools:

$ python -m easy_install nitclk

Usage

The following is a basic example of using the nitclk module

import nitclk

Additional examples for NI-TClk are located in src/nitclk/examples/ directory.