Skip to content

Commit 27fb20b

Browse files
author
Dilmi Wickramanayake
committed
add readme
1 parent 2def6b2 commit 27fb20b

File tree

1 file changed

+22
-0
lines changed
  • examples/nidaqmx/nidaqmx_analog_input_filtering

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Prerequisites
2+
===============
3+
Requires a Physical or Simulated Device : https://github.com/ni/nidaqmx-python/blob/master/README.rst (Getting Started Section)
4+
5+
## Sample
6+
7+
This is a nipanel example that displays an interactive Streamlit app and updates continuous analog output examples.
8+
9+
### Feature
10+
11+
- Supports various data types
12+
13+
### Required Software
14+
15+
- Python 3.9 or later
16+
17+
### Usage
18+
19+
```pwsh
20+
poetry install --with examples
21+
poetry run examples\nidaqmx_analog_output_voltage\nidaqmx_analog_output_voltage.py
22+
```

0 commit comments

Comments
 (0)