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 a712048 commit 2b30a8fCopy full SHA for 2b30a8f
examples/niscope/niscope_binary_acquisition/niscope_binary_acquisition.py
@@ -69,11 +69,6 @@
69
70
panel.set_value("stop_button", False)
71
while not panel.get_value("stop_button", False):
72
- wfm_info = session.channels[0].fetch_array_measurement(
73
- array_meas_function=ArrayMeasurement.ADD_CHANNELS,
74
- num_records=1000,
75
- meas_num_samples=1000,
76
- )
77
gain = 0
78
offset = 0
79
for waveform in waveforms:
0 commit comments