Skip to content

Commit 7e85c89

Browse files
author
Dilmi Wickramanayake
committed
removed comment & fixed wording
1 parent 33e74a9 commit 7e85c89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/niscope/niscope_binary_acquisition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a nipanel example that displays an interactive Streamlit app and updates
88

99
### Feature
1010

11-
Script demonstrates NIScope waveform data getting continuously acquired and being converted to binary.
11+
Script demonstrates NIScope waveform data getting continuously acquired and being converted to binary data.
1212
- Supports various data types
1313

1414
### Required Software

examples/niscope/niscope_binary_acquisition/niscope_binary_acquisition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595

9696
samples_array = np.array(binary_data)
9797

98-
# Apply scaling
9998
voltage_values = samples_array * gain + offset
10099
panel.set_value("scaled_voltage_data", voltage_values.tolist())
101100

0 commit comments

Comments
 (0)