Commit f33ce4ad authored by Clement Remi's avatar Clement Remi
Browse files

deacrese time sampling for IP

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -969,7 +969,7 @@ class OhmPi(object):
pinMN = 0 if polarity > 0 else 2 # noqa
# sampling for each stack at the end of the injection
sampling_interval = 10 # ms # TODO: make this a config option
sampling_interval = 2 # ms # TODO: make this a config option
self.nb_samples = int(injection_duration * 1000 // sampling_interval) + 1 # TODO: check this strategy
# full data for waveform
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment