Skip to content

Commit 0f7ddc1

Browse files
author
Dilmi Wickramanayake
committed
Added README.md
1 parent 0988885 commit 0f7ddc1

File tree

1 file changed

+20
-0
lines changed
  • examples/nidaqmx_analog_input_filtering

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Prerequisites
2+
===============
3+
Requires a Physical or Simulated Device. Refer to the [Getting Started Section](https://github.com/ni/nidaqmx-python/blob/master/README.rst) to learn how to create a simulated device.
4+
## Sample
5+
6+
This is a nipanel example that displays an interactive Streamlit app and updates and fetches data from device.
7+
8+
### Feature
9+
10+
Script demonstrates analog input data getting continuously acquired, and being filtered.
11+
- Supports various data types
12+
13+
### Required Software
14+
15+
- Python 3.9 or later
16+
17+
### Usage
18+
19+
Run `poetry run examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering.py`
20+

0 commit comments

Comments
 (0)