We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e74a9 commit 7e85c89Copy full SHA for 7e85c89
examples/niscope/niscope_binary_acquisition/README.md
@@ -8,7 +8,7 @@ This is a nipanel example that displays an interactive Streamlit app and updates
8
9
### Feature
10
11
-Script demonstrates NIScope waveform data getting continuously acquired and being converted to binary.
+Script demonstrates NIScope waveform data getting continuously acquired and being converted to binary data.
12
- Supports various data types
13
14
### Required Software
examples/niscope/niscope_binary_acquisition/niscope_binary_acquisition.py
@@ -95,7 +95,6 @@
95
96
samples_array = np.array(binary_data)
97
98
- # Apply scaling
99
voltage_values = samples_array * gain + offset
100
panel.set_value("scaled_voltage_data", voltage_values.tolist())
101
0 commit comments