PXIe-5108 Examples
- Updated2025-11-26
- 2 minute(s) read
PXIe-5108 Examples
NI installs example code with your software or driver that demonstrates the functionality of PXIe-5108. The example code helps you advance your knowledge, and provides building blocks for your own applications.
The experience can differ slightly across products and versions. The example codes generally install with your NI product or driver. You can access these examples from within NI software.
Installed Example Locations
| Software Application | Installed Example Locations |
|---|---|
| LabVIEW | <Program Files>\NI\LVAddons\niscope\1\examples\instr\niScope |
| ANSI C or Microsoft Visual C/C++ | <USERS>\Public\Documents\National Instruments\NI-SCOPE\Examples\c |
| .NET | <USERS>\Public\Documents\National Instruments\NI-SCOPE\Examples\DotNET 4.X |
Common NI-SCOPE Examples
| NI-SCOPE Example | Description |
|---|---|
| niScope EX Getting Started.vi | This example opens a session to the NI-SCOPE driver. In the example, the Auto Setup VI configures the session properties and displays the acquired channel data. |
| niScope EX Quick Start.vi | This example opens and configures an NI-SCOPE session. The example allows you to experiment with numerous configurations, including acquisition types and triggering modes. This example supports nearly the entire functionality of NI-SCOPE. This example is designed in a way that if the recommended input signal is used, most configurations return valid results. |
| niScope EX Configured Acquisition.vi | This example configures all the vertical, horizontal, and triggering properties of the digitizer before every acquisition. The example allows you to experiment with numerous configurations, including acquisition types and triggering modes. This example supports nearly the entire functionality of NI-SCOPE. |
| niScope EX Fetch Forever.vi | This example demonstrates how to use continuous acquisition to fetch a continuous record of data until you press Stop. |
| niScope EX Stream to Disk.vi | This example demonstrates streaming a continuous acquisition to disk. |
| niScope EX Advanced Measurement Library.vi | This example illustrates using some of the advanced measurement library functions such as waveform processing and filtering. |
| niScope EX Multi-Device Configured Acquisition (TClk).vi | This example demonstrates how to easily synchronize an arbitrary number of digitizers with NI-TClk. |