Location of Header File for NI Scope in Linux OS Environment

Updated Apr 25, 2023

Issue Details

I want to use NI SCOPE device in Linux OS environment with C language. I want to know where NI SCOPE C API header file is located.

Solution

The header file is located in /usr/include as you can see in the picture below.

If you cannot see the header file in this location, please check if you have installed the NI Scope driver. You can check if you have installed the driver or not by calling yum list installed | grep ni-scope* . If the driver is installed correctly, you will see something like the picture below.