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 39619cd commit 5cdf26bCopy full SHA for 5cdf26b
1 file changed
nintan/pacq.py
@@ -108,7 +108,7 @@ def acq():
108
expectedReturnString = "Return: SampleRateHertz "
109
if commandReturn.find(expectedReturnString) == -1: # Look for "Return: SampleRateHertz N" where N is the sample rate
110
raise Exception('Unable to get sample rate from server')
111
- else:
+else:
112
sampleRate = float(commandReturn[len(expectedReturnString):])
113
114
# Calculate timestep from sample rate
0 commit comments