bf
This commit is contained in:
parent
876e64a16c
commit
9c57af3fa6
@ -299,7 +299,7 @@ def main():
|
|||||||
|
|
||||||
# Allocate a buffer to receive the data.
|
# Allocate a buffer to receive the data.
|
||||||
data = create_float_buffer(channel_count, samples_per_channel)
|
data = create_float_buffer(channel_count, samples_per_channel)
|
||||||
system('clear')
|
# system('clear')
|
||||||
|
|
||||||
# Start the acquisition.
|
# Start the acquisition.
|
||||||
rate = ai_device.a_in_scan(low_channel, high_channel, input_mode, ranges[range_index], samples_per_channel,
|
rate = ai_device.a_in_scan(low_channel, high_channel, input_mode, ranges[range_index], samples_per_channel,
|
||||||
|
Loading…
Reference in New Issue
Block a user